linu
This commit is contained in:
15
index.php
15
index.php
@@ -145,6 +145,21 @@ $next = $sites[($index + 1) % $total];
|
|||||||
--orange0: #d65d0e;
|
--orange0: #d65d0e;
|
||||||
--orange1: #fe8019;
|
--orange1: #fe8019;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--blue1);
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: var(--purple1);
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
text-align: justify;
|
||||||
|
hyphens: auto;
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
#ring {
|
#ring {
|
||||||
border-radius: var(--brad);
|
border-radius: var(--brad);
|
||||||
background-color: var(--bg2);
|
background-color: var(--bg2);
|
||||||
|
|||||||
Reference in New Issue
Block a user