mirror of
https://github.com/amir20/dozzle.git
synced 2026-01-02 11:07:26 +01:00
* Adds a different layout * Adds new layout and uses sass to get bulma * Adds new layout and uses sass to get bulma * Adds title * Adds ellipses * Adds tooltip * Updates packages * Fixes / page
21 lines
367 B
SCSS
21 lines
367 B
SCSS
@charset "utf-8";
|
|
|
|
$menu-item-active-background-color: hsl(171, 100%, 41%);
|
|
$menu-item-color: hsl(0, 6%, 87%);
|
|
|
|
@import "../node_modules/bulma/bulma.sass";
|
|
@import "../node_modules/bulma-tooltip/src/sass";
|
|
|
|
.is-dark {
|
|
color: #ddd;
|
|
background-color: #111;
|
|
}
|
|
|
|
body {
|
|
font-family: "Roboto", sans-serif;
|
|
}
|
|
|
|
h1.title {
|
|
font-family: "Gafata", sans-serif;
|
|
}
|