1
0
mirror of https://github.com/tiyn/amphora-wiki.git synced 2025-04-17 06:17:48 +02:00

improved light style for better readability

This commit is contained in:
tiyn 2024-04-14 00:44:50 +02:00
parent cdf6660cae
commit 6287111899
2 changed files with 9 additions and 1 deletions

View File

@ -6,7 +6,7 @@
--error: rgb(255,0,0);
--footerbg0: rgb(192,192,192);
--link0: rgb(0,0,120);
--link1: rgb(255,255,255);
--link1: rgb(0,0,0);
--menulink0: rgb(0,0,120);
--menulink1: rgb(255,255,255);
--menubg0: rgb(192,192,192);

View File

@ -169,3 +169,11 @@ ul {
figure {
padding:20px;
}
ul {
padding-left:20px;
}
ol {
padding-left:20px;
}