mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 22:49:31 -07:00
documentation structure
This commit is contained in:
@@ -8,10 +8,23 @@
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #0e0e0e;
|
||||
background-color: #0b0b0b;
|
||||
font-family: 'Figtree', sans-serif !important;
|
||||
font-size: 16px;
|
||||
color: #fff;
|
||||
min-height: 100vh;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.app-container {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
padding: 0 2em;
|
||||
}
|
||||
|
||||
.back-to-top {
|
||||
background: #0b0b0b !important;
|
||||
border: 1px solid #142216;
|
||||
}
|
||||
Reference in New Issue
Block a user