changed docs design

This commit is contained in:
Vladyslav Matsiiako
2024-05-27 15:32:56 -07:00
parent a0be2985dd
commit c170ba6249
2 changed files with 25 additions and 4 deletions

View File

@@ -49,10 +49,10 @@
} */ } */
#header { #header {
border-left: 1px solid #26272b; border-left: 4px solid #EFFF33;
padding-left: 16px; padding-left: 16px;
padding-right: 16px; padding-right: 16px;
background-color: #f5f5f5; background-color: #FDFFE5;
padding-bottom: 10px; padding-bottom: 10px;
padding-top: 10px; padding-top: 10px;
} }
@@ -63,6 +63,13 @@
border-color: #ebebeb; border-color: #ebebeb;
} }
#content-area:hover .mt-8 .block:hover{
border-radius: 0;
border-width: 1px;
background-color: #FDFFE5;
border-color: #EFFF33;
}
#content-area .mt-8 .rounded-xl{ #content-area .mt-8 .rounded-xl{
border-radius: 0; border-radius: 0;
} }

View File

@@ -27,6 +27,13 @@
padding: 5px; padding: 5px;
} }
#sidebar li > a.text-primary {
border-radius: 0;
background-color: #FBFFCC;
border-left: 4px solid #EFFF33;
padding: 5px;
}
#sidebar li > a.mt-2 { #sidebar li > a.mt-2 {
border-radius: 0; border-radius: 0;
padding: 5px; padding: 5px;
@@ -49,10 +56,10 @@
} */ } */
#header { #header {
border-left: 1px solid #26272b; border-left: 4px solid #EFFF33;
padding-left: 16px; padding-left: 16px;
padding-right: 16px; padding-right: 16px;
background-color: #f5f5f5; background-color: #FDFFE5;
padding-bottom: 10px; padding-bottom: 10px;
padding-top: 10px; padding-top: 10px;
} }
@@ -63,6 +70,13 @@
border-color: #ebebeb; border-color: #ebebeb;
} }
#content-area:hover .mt-8 .block:hover{
border-radius: 0;
border-width: 1px;
background-color: #FDFFE5;
border-color: #EFFF33;
}
#content-area .mt-8 .rounded-xl{ #content-area .mt-8 .rounded-xl{
border-radius: 0; border-radius: 0;
} }