color updates, padding updates

This commit is contained in:
Jonathan Shook
2020-03-24 15:56:12 -05:00
parent 00aaec6a3c
commit f2ddacde49
2 changed files with 26 additions and 0 deletions

View File

@@ -90,6 +90,29 @@
}
</script>
<style>
.v-list-item {
color: #FFFFFF;
}
.v-list-item--title {
color: #FFFFFF;
}
.v-list-item--active {
color: #FFFFFF !important;
}
.v-list-item--disabled {
color: #DDDDDD !important;
}
.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
color: #DDDDDD !important;
}
/*.v-list-item .theme--light.v-list-item {*/
/* color: #FFFFFF;*/
/*}*/
.nuxt-link-exact-active {
/*color: #52c41a;*/
background-color: #7F828B;

View File

@@ -56,6 +56,9 @@
padding: 5px;
margin: 0px 0px 10px 5px;
}
ul {
padding-bottom: 10px;
}
code:after {
content: '';