Update the CSS style

This commit is contained in:
Dorian Niemiec 2024-05-12 18:59:59 +02:00
parent acb3aaffa0
commit 7c62f33724

View file

@ -17,6 +17,15 @@ body {
direction: rtl;
}
a {
color: #007000;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.header {
position: relative;
position: -webkit-sticky;
@ -173,6 +182,7 @@ body {
.styled-button:hover {
background-color: #007000;
text-decoration: none;
}
.styled-button.styled-button-disabled, .styled-button.styled-button-disabled:hover {
@ -199,10 +209,12 @@ body {
.footer a {
color: #ffffff;
text-decoration: underline;
}
.footer a:hover {
color: #00ff00;
text-decoration: underline;
}
.footer-contents {
@ -318,10 +330,12 @@ pre {
.header-banner a {
color: #ffffff;
text-decoration: underline;
}
.header-banner a:hover {
color: #00ff00;
text-decoration: underline;
}
input {
@ -369,11 +383,7 @@ input[type=submit]:hover {
}
a {
color: #ffffff;
}
a:hover {
color: #00ff00;
color: #00b000;
}
.header {