added background pattern
This commit is contained in:
parent
941b224077
commit
c776b03b4c
2 changed files with 11 additions and 2 deletions
BIN
assets/bgpattern.png
Normal file
BIN
assets/bgpattern.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
13
style.css
13
style.css
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue