2024-11-11 22:40:16 -05:00
|
|
|
@font-face {
|
2025-01-24 12:21:59 -05:00
|
|
|
font-family: FiraCode;
|
|
|
|
src: url('/assets/fonts/fira_code_v6.2/woff2/FiraCode-Regular.woff2');
|
2024-11-11 22:40:16 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
2025-01-24 12:21:59 -05:00
|
|
|
font-family: FiraCode Bold;
|
|
|
|
src: url('/assets/fonts/fira_code_v6.2/woff2/FiraCode-Bold.woff2');
|
2024-11-11 22:40:16 -05:00
|
|
|
}
|
|
|
|
|
2024-11-15 12:32:30 -05:00
|
|
|
@font-face {
|
2025-01-24 12:21:59 -05:00
|
|
|
font-family: Fira Sans;
|
|
|
|
src: url('/assets/fonts/Fira_Sans/FiraSans-Regular.woff2');
|
2025-01-24 01:11:20 -05:00
|
|
|
}
|
|
|
|
|
2024-11-11 23:21:53 -05:00
|
|
|
body {
|
|
|
|
margin-top: 2%;
|
|
|
|
margin-left: 5%;
|
|
|
|
background-color: #000000;
|
|
|
|
}
|
|
|
|
|
2024-11-11 22:40:16 -05:00
|
|
|
.navbar {
|
|
|
|
list-style-type: none;
|
2024-11-12 00:46:19 -05:00
|
|
|
display: inline;
|
2024-11-11 23:21:53 -05:00
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
2024-11-11 22:40:16 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar li {
|
2024-11-12 00:46:19 -05:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar > li > a {
|
2025-01-24 12:21:59 -05:00
|
|
|
font-family: FiraCode Bold, monospace;
|
2024-11-12 00:46:19 -05:00
|
|
|
margin-left: 3px;
|
|
|
|
margin-right: 3px;
|
2024-11-11 22:40:16 -05:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2024-11-12 00:46:19 -05:00
|
|
|
.navbar a {
|
2024-11-11 22:40:16 -05:00
|
|
|
text-decoration: none;
|
|
|
|
font-size: 20px;
|
2024-11-12 00:46:19 -05:00
|
|
|
display: inline;
|
2024-11-11 22:40:16 -05:00
|
|
|
color: #bb53f3;
|
|
|
|
}
|
|
|
|
|
2024-11-15 12:32:30 -05:00
|
|
|
.navbar a:hover {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2024-11-12 00:46:19 -05:00
|
|
|
.navbar h1 {
|
|
|
|
margin-bottom: 0px;
|
2025-01-23 15:31:58 -05:00
|
|
|
margin-right: 10px;
|
2024-11-11 22:40:16 -05:00
|
|
|
}
|
|
|
|
|
2024-11-12 00:46:19 -05:00
|
|
|
.navbar h1 a {
|
2024-11-11 22:40:16 -05:00
|
|
|
color: #bb53f3;
|
2025-01-23 15:31:58 -05:00
|
|
|
font-size: 35px;
|
2024-11-11 22:40:16 -05:00
|
|
|
display: inline;
|
2025-01-24 12:21:59 -05:00
|
|
|
font-family: FiraCode Bold, monospace;
|
2024-11-12 00:46:19 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 600px) {
|
|
|
|
.navbar li h1 {
|
2025-01-23 15:31:58 -05:00
|
|
|
display: inline;
|
2024-11-12 00:46:19 -05:00
|
|
|
}
|
2024-11-11 22:40:16 -05:00
|
|
|
}
|
|
|
|
|
2024-11-11 23:21:53 -05:00
|
|
|
/* Main content */
|
2024-11-11 22:40:16 -05:00
|
|
|
|
2025-01-23 15:31:58 -05:00
|
|
|
@media (min-width: 600px) {
|
|
|
|
main, footer {
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
main, footer {
|
2024-11-11 22:40:16 -05:00
|
|
|
color: white;
|
2025-01-24 12:21:59 -05:00
|
|
|
font-family: Fira Sans, sans-serif;
|
2025-01-23 15:31:58 -05:00
|
|
|
font-size: 20px;
|
2024-11-11 23:21:53 -05:00
|
|
|
}
|
|
|
|
|
2024-11-15 12:32:30 -05:00
|
|
|
main h2 {
|
2025-01-24 12:21:59 -05:00
|
|
|
font-family: Fira Sans, sans-serif;
|
2024-11-15 12:32:30 -05:00
|
|
|
font-size: 40px;
|
2025-01-24 12:21:59 -05:00
|
|
|
font-weight: 650;
|
2024-11-15 12:32:30 -05:00
|
|
|
margin-top: 20px;
|
2024-11-11 23:21:53 -05:00
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2025-01-24 01:11:20 -05:00
|
|
|
.post-title {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-date {
|
2025-01-24 12:21:59 -05:00
|
|
|
font-family: Fira Sans, sans-serif;
|
|
|
|
font-weight: 200;
|
2025-01-24 01:11:20 -05:00
|
|
|
font-size: 20px;
|
|
|
|
margin-top: 5px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2024-11-15 12:32:30 -05:00
|
|
|
main p {
|
2024-11-11 23:21:53 -05:00
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
2025-01-23 15:31:58 -05:00
|
|
|
main a, footer a {
|
2024-11-11 23:21:53 -05:00
|
|
|
text-decoration: none;
|
|
|
|
color: #418cf6;
|
2024-11-11 22:40:16 -05:00
|
|
|
}
|
2024-11-15 12:32:30 -05:00
|
|
|
|
|
|
|
a:hover {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
color: white;
|
|
|
|
}
|