[SITE] new mobile menu (plain CSS) & removed animation assets of bootstrap
This commit is contained in:
parent
2ecf9ea656
commit
1544f888ca
21 changed files with 176 additions and 124 deletions
|
@ -27,6 +27,6 @@ main {
|
|||
|
||||
@media (max-width: 575px) {
|
||||
main {
|
||||
padding-top: 16vh; } }
|
||||
padding-top: 10vh; } }
|
||||
|
||||
/*# sourceMappingURL=home.css.map */
|
|
@ -2,9 +2,11 @@
|
|||
* for specific template
|
||||
*/
|
||||
body {
|
||||
background-color: #424242;
|
||||
color: #fff; }
|
||||
|
||||
div.site-wrap {
|
||||
background-color: #424242; }
|
||||
|
||||
a {
|
||||
color: #34c501; }
|
||||
a:active, a:hover {
|
||||
|
@ -20,8 +22,9 @@ main p a:visited {
|
|||
border: none; } }
|
||||
|
||||
@media (max-width: 575px) {
|
||||
.navbar-toggler {
|
||||
color: #fff; } }
|
||||
label[for="nav-trigger"] {
|
||||
color: #fff;
|
||||
background-color: #424242; } }
|
||||
|
||||
footer {
|
||||
background-color: #303030;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue