8img/style.css
2024-11-10 20:22:33 +03:00

23 lines
325 B
CSS

body { background-color: #1d2021; }
/* Links */
a { text-decoration: none; }
#tags { color: 8ec07c;}
#pager { color: #b16286; }
#alltags { color: #83a598; }
#bar {
width: 100%;
height: 10px;
background-color: #ebdbb2;
}
#text { color: #ebdbb2; }
img {
height: auto;
width: auto;
max-width: 50%;
max-height: 50%;
}