mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-19 19:53:25 +01:00
10 lines
98 B
CSS
10 lines
98 B
CSS
|
|
html {
|
||
|
|
color: #FFFFFFD8;
|
||
|
|
}
|
||
|
|
:link {
|
||
|
|
color: #419CFF;
|
||
|
|
}
|
||
|
|
:link:active {
|
||
|
|
color: #FF1919;
|
||
|
|
}
|