refactor: Add variables stylesheet and refactor existing stylesheets

This commit is contained in:
2025-08-15 16:45:14 -05:00
parent 3a9e0c89a6
commit ec151db8aa
7 changed files with 83 additions and 99 deletions

View File

@@ -7,8 +7,9 @@
<title>{{title}}</title>
<link rel="stylesheet" href="/styles/variables.css">
<link rel="stylesheet" href="/styles/base.css">
<link rel="stylesheet" href="/styles/header-footer.css">
<link rel="stylesheet" href="/styles/modules.css">
<link rel="stylesheet" href="{{ stylesheet }}">
</head>
<body>