HegreLand/assets/styles/app.css

20 lines
417 B
CSS
Raw Normal View History

2024-09-19 16:11:33 +02:00
body {
2024-09-26 15:49:16 +02:00
background-color: #31393C;
2024-09-19 16:11:33 +02:00
}
2024-09-26 15:49:16 +02:00
.wrapper {
color: #D0DDD7;
margin: 1em auto;
max-width: 800px;
width: 95%;
font: 18px/1.5 sans-serif;
2024-11-14 14:19:23 +01:00
}
.hegre-navbar {
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
2024-09-26 15:49:16 +02:00
}