Update the CSS style
This commit is contained in:
parent
acb3aaffa0
commit
7c62f33724
1 changed files with 15 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue