More styling

This commit is contained in:
2024-10-20 15:53:35 -04:00
parent f8042571b2
commit fee6f755a3
5 changed files with 208 additions and 68 deletions

View File

@ -55,13 +55,13 @@
position: absolute;
bottom: 4rem;
font-size: 1rem;
padding-right: 10px;
color: #ff6600;
padding: 2px 5px;
right: 1rem;
text-align: right;
color: #ec5a11;
font-family: "Noto Sans Mono", monospace;
font-size: 0.7rem;
opacity: 0;
text-shadow: 0 0 2px #ff6600;
text-shadow: 0 0 2px #ec5a11;
transition: opacity 0.3s ease;
}
@ -121,7 +121,7 @@
}
.sidebar-nav a {
text-decoration: none;
color: #ff6600;
color: {{ accent_color }};
}
@ -149,12 +149,6 @@
height: auto;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.grid-container {
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
}
</style>
</head>
<body>