a-current

a
This commit is contained in:
DerTyp187
2021-11-10 12:56:03 +01:00
parent 56d3037856
commit 3606b86c02
5 changed files with 45 additions and 37 deletions

View File

@@ -34,14 +34,18 @@ body header div a{
padding-right: 30px;
cursor:pointer;
transition: 0.1s;
transition-timing-function: linear;
transition-timing-function: linear;
text-decoration: none;
font-weight: bold;
}
body header div .a-current{
color:rgb(0, 255, 106);
text-decoration: underline;
}
body header div a:hover{
color:rgb(226, 4, 255);
color:rgb(0, 255, 106);
text-decoration: underline;
}
@@ -62,6 +66,7 @@ body main #main-content{
body main #main-content #main-headline h2{
text-align: center;
letter-spacing: 2.5px;
text-transform: capitalize;
}
body main #main-content #main-content-code{