mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 12:57:07 +01:00
a-current
a
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user