#page-content-wrapper h1 {
    font-family: "Roboto", sans-serif;
}

#page-content-wrapper h2 {
    font-family: "Roboto", sans-serif;
    color: #111;
}

#page-content-wrapper h3 {
    font-family: "Roboto", sans-serif;
    color: #222;
}

#page-content-wrapper h4 {
    font-family: "Roboto", sans-serif;
    color: #333;
}

#page-content-wrapper h5 {
    font-family: "Roboto", sans-serif;
    color: #444;
}

#page-content-wrapper h6 {
    font-family: "Roboto", sans-serif;
    color: #555;
}

#page-content-wrapper .h6-sub {
    font-family: "Roboto", sans-serif;
    color: #555;
    border-bottom: 1px black solid;
}

#page-content-wrapper p {
    font-family: "Roboto", sans-serif;
}





/* Text Colors */
#page-content-wrapper .success {
    color: green;
}

#page-content-wrapper .warning {
    color: orange;
}

#page-content-wrapper .danger {
    color: red;
}

#page-content-wrapper .natural {
    color: cyan;
}

/* Table Styles */
#page-content-wrapper table {
    border: 1px solid black;
}

#page-content-wrapper th {
    border: 1px solid black;
}

#page-content-wrapper td {
    border: 1px solid black;
}

#page-content-wrapper tr {
    border: 1px solid black;
}

.changelog-row {
    cursor: pointer;
    transition: all 0.2s ease;
}

.changelog-row:hover {
    background-color: #f1f8ff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 174, 239, 0.1);
}

.changelog-row:hover td.text-muted {
    color: #00AEEF !important;
    /* Hover olunca açıklama yazısı maviye döner */
}