Lightblue style change

This commit is contained in:
Emily 2019-05-06 18:36:20 +01:00
parent 850cbfe46e
commit 389d9cf56f
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
} }
#sidenav { #sidenav {
background-color: #B507DB; background-color: #506EE4;
border-radius: 4px; border-radius: 4px;
z-index: 100; z-index: 100;
@ -30,7 +30,7 @@
} }
#sidenav a { #sidenav a {
color: #e9d9fc; color: #C5CBE2;
line-height: 1; line-height: 1;
} }
#sidenav a:hover { #sidenav a:hover {

View File

@ -1,7 +1,7 @@
<style> <style>
.rndblock { .rndblock {
border-radius: 100%; border-radius: 100%;
background: #B507DB; background: #506EE4;
background-position: center; background-position: center;
width: 40px; width: 40px;
height: 40px; height: 40px;