Standardize color and link for headers

This commit is contained in:
JST5000
2023-05-10 15:06:52 -07:00
parent 59fce97c1a
commit 46e082e7e2
2 changed files with 11 additions and 11 deletions

View File

@@ -113,8 +113,8 @@
}
h6:hover {
color:#9A52FF;
text-decoration: none;
text-decoration: underline;
text-decoration-color: #9A52FF;
background: none!important;
}
@@ -139,8 +139,8 @@
.langs {
h5:hover {
color:#9A52FF;
text-decoration: none !important;
text-decoration: underline;
text-decoration-color: #9A52FF;
background: none!important;
}
@@ -155,13 +155,13 @@
height: 1.5rem;
}
a {
color:#E0E0E1;
// a {
// color:#E0E0E1;
.light {
color: #000;
}
}
// .light {
// color: #000;
// }
// }
h5 {
margin-block-start: 0 !important;