changed first header to blue and stuff

This commit is contained in:
Arian Furrer 2024-02-09 19:52:43 +01:00
parent 593e6a5d0c
commit 222bf789be
1 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,10 @@
<link rel="icon" type="image/x-icon" href="/favicon.ico"> <link rel="icon" type="image/x-icon" href="/favicon.ico">
<style> <style>
.main-title { main h1:nth-child(1) {
border-bottom: 1px solid black; border-bottom: 2px solid black;
font-size: 300%;
margin-bottom: 10px;
color: #6272a4;
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-weight: bold; font-weight: bold;