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