added background pattern

This commit is contained in:
Jakub Heger 2024-10-21 15:36:34 +02:00
parent 941b224077
commit c776b03b4c
2 changed files with 11 additions and 2 deletions

BIN
assets/bgpattern.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View file

@ -14,9 +14,14 @@
box-sizing: border-box;
}
html {
background-color: var(--background) ;
}
body {
margin: 0px;
background-color: var(--background) ;
background-image: url(/assets/bgpattern.png);
color: var(--foreground);
font-family: monospace;
font-size: 13px;
@ -52,11 +57,15 @@ a {
.cmm-content {
width: 50%;
background-color: var(--background);
padding: 15px;
}
.cmm-sidebar {
margin-left: 3%;
width: 23%;
width: 25%;
background-color: var(--background);
padding: 15px;
}
.cmm-sidebar ul {