diskfloppy.me/public/css/dirlist.css

32 lines
554 B
CSS
Raw Normal View History

2023-12-05 00:24:09 +00:00
@import "colorschemes/catppuccin-macchiato.css";
body {
background-color: var(--background);
color: var(--foreground);
}
a {
color: #99f;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1#indextitle {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
margin-bottom: 0;
}
tr, th, td {
font-family: monospace;
font-size: 12pt;
padding: 0 5px;
}
address {
font-family: sans-serif;
font-size: 12pt
}