mirror of
https://github.com/bellingcat/auto-archiver-setup-tool.git
synced 2026-06-11 04:58:36 +03:00
13 lines
134 B
CSS
13 lines
134 B
CSS
html {
|
|
overflow-y: auto;
|
|
}
|
|
|
|
a {
|
|
color: #1a73e8;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
color: #0c47a1;
|
|
text-decoration: underline;
|
|
} |