mirror of
https://github.com/pldubouilh/gossa.git
synced 2026-08-28 04:46:58 -04:00
13 lines
170 B
CSS
13 lines
170 B
CSS
html, a {
|
|
background-color: #2d3436;
|
|
color: #dfe6e9;
|
|
}
|
|
|
|
.arrow {
|
|
filter: invert(100%) !important;
|
|
}
|
|
|
|
a.linkSelected {
|
|
border-bottom: .01em solid #dfe6e9;
|
|
}
|