web: Remove striped colors from category list
This commit is contained in:
@ -41,7 +41,14 @@ ul.striped_list > li:nth-child(even) ul li:nth-child(odd) { background-color:#3
|
||||
ul.striped_list > li:nth-child(odd) ul li:nth-child(even) { background-color:#3f4a53 }
|
||||
ul.striped_list > li:nth-child(odd) ul li:nth-child(odd) { background-color:#302f3b;}
|
||||
|
||||
.category_list {
|
||||
max-width: 40rem;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.category_entry {
|
||||
margin-top: 1em;
|
||||
background-color: #3f4a53;
|
||||
}
|
||||
|
||||
.category_header {
|
||||
@ -53,13 +60,16 @@ ul.striped_list > li:nth-child(odd) ul li:nth-child(odd) { background-color:#30
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
margin-left: 2.5em !important;
|
||||
background-color: #302f3b;
|
||||
|
||||
border-left: groove 1em;
|
||||
border-top: groove 1em;
|
||||
border-bottom: dotted;
|
||||
margin-left: 2.5em !important;
|
||||
padding-left: 1em !important;
|
||||
|
||||
border-left: groove 0.5em;
|
||||
border-top: groove 0.5em;
|
||||
border-color: #696969;
|
||||
font-size: 0.8em;
|
||||
|
||||
}
|
||||
|
||||
.category_name {
|
||||
@ -67,18 +77,6 @@ ul.striped_list > li:nth-child(odd) ul li:nth-child(odd) { background-color:#30
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
.category_button {
|
||||
border-radius: 1em;
|
||||
color: white;
|
||||
font-size: 2em;
|
||||
height: 2em;
|
||||
width: 2em;
|
||||
margin: 0.1em;
|
||||
font-family: 'Source Sans Pro', sans-serif;
|
||||
}
|
||||
*/
|
||||
|
||||
.category_icon {
|
||||
border-radius: 2em;
|
||||
height: 4em;
|
||||
|
||||
Reference in New Issue
Block a user