Rework style

This commit is contained in:
2025-10-30 20:53:36 +01:00
parent 41cdb5837d
commit a56f774525
7 changed files with 218 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
:root {
--primary-color: #3dae15;
--primary-color: #5f9a13;
}
::-webkit-scrollbar {
@@ -7,7 +7,8 @@
}
* {
font-family: 'Fira Code', 'PT sans', sans-serif;
font-family: 'Roboto', 'PT sans', sans-serif;
box-sizing: border-box;
color: #333;
}
@@ -17,7 +18,7 @@ html, body {
width: 100dvw;
}
html, body, main, section, section div, footer {
html, body, main, footer {
display: flex;
flex-direction: column;
align-items: center;
@@ -44,18 +45,20 @@ main {
margin : 5px;
}
section {
.container {
display: flex;
flex-direction: row;
height: 100%;
min-height: 100%;
width: 100%;
scroll-snap-align: start;
padding : 15px;
}
ul li{
list-style-type: none;
hr {
width: 50%;
}
ul li a {
a {
text-decoration: none;
}