nixwebr.ing/site/index.css
jacekpoz d1ef0ab28c
All checks were successful
Deploy website / deploy (push) Successful in 11s
fix nix logos not being centered vertically
thank you Rafał !!!
2024-09-15 10:59:00 +02:00

80 lines
1.1 KiB
CSS

@font-face {
font-family: "JetBrains Mono";
src: url(/JetBrainsMono-Regular.ttf) format("truetype");
}
* {
margin: 0;
padding: 0;
}
body {
background-color: #111111;
color: #DDDDDD;
font-family: "JetBrains Mono";
font-size: 1.15rem;
display: flex;
flex-direction: column;
height: 100%;
max-width: 80ch;
padding-bottom: 2em;
margin: 1em auto 1em;
}
p {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
a:link {
color: #7EB6E1;
}
a:visited {
color: #5075BF;
}
code {
background-color: #333333;
padding: 1px;
border-radius: 3px;
}
pre:has(code) code {
display: block;
}
ul {
list-style-position: inside;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
li {
margin-left: 1.5em;
}
li:not(:last-child) {
margin-bottom: 0.5em;
}
#logo-and-name-and-shit {
display: flex;
flex-direction: column;
align-items: center;
}
.webring-member {
display: inline-flex;
flex-direction: row;
align-items: center;
}
.webring-member:has(a) a {
display: grid;
}
.config-image {
margin-left: 0.25em;
max-height: 1.25em;
}