changing colours for visits/remaining
This commit is contained in:
@ -18,15 +18,24 @@ html {
|
||||
|
||||
body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
color: var(--neon-green);
|
||||
color: var(--neon-yellow);
|
||||
text-decoration: none;
|
||||
/* font-weight: bold; */
|
||||
}
|
||||
|
||||
.remaining {
|
||||
color: var(--neon-red);
|
||||
}
|
||||
|
||||
.visits {
|
||||
color: var(--neon-green);
|
||||
}
|
||||
|
||||
.site {
|
||||
margin: 8px;
|
||||
display: inline;
|
||||
@ -37,7 +46,12 @@ a {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: var(--neon-blue);
|
||||
}
|
||||
|
||||
.title h1 {
|
||||
color: var(--neon-blue);
|
||||
text-align: left;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
@ -45,6 +59,7 @@ a {
|
||||
}
|
||||
|
||||
.title h2,h3 {
|
||||
color: white;
|
||||
margin-top: 8px;
|
||||
margin-left: 36px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user