mirror of
https://github.com/miawinter98/just-short-it.git
synced 2024-11-22 08:19:54 +00:00
Re-theamed entire App
This commit is contained in:
parent
147bda5c04
commit
0910cd2902
|
@ -22,11 +22,11 @@
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<main class="container">
|
<main style="margin-bottom: 12rem" class="container">
|
||||||
@RenderBody()
|
@RenderBody()
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer class="footer">
|
<footer style="position: fixed; bottom: 0; left: 0; right: 0" class="footer has-background-primary ">
|
||||||
<div class="has-text-centered">
|
<div class="has-text-centered">
|
||||||
<p>
|
<p>
|
||||||
<a href="https://github.com/miawinter98/just-short-it" target="_blank">Just Short it!</a>
|
<a href="https://github.com/miawinter98/just-short-it" target="_blank">Just Short it!</a>
|
||||||
|
|
|
@ -3,10 +3,41 @@ $radius-small: 0px
|
||||||
$radius: 0px
|
$radius: 0px
|
||||||
$radius-large: 0px
|
$radius-large: 0px
|
||||||
|
|
||||||
|
/**/
|
||||||
|
$primary: hsl(257, 45%, 36%)
|
||||||
|
$secondary: hsl(140, 70%, 40%)
|
||||||
|
$secondary-light: hsl(140, 70%, 50%)
|
||||||
|
$secondary-dark: hsl(140, 70%, 20%)
|
||||||
|
|
||||||
|
$weight-light: 600
|
||||||
|
$weight-normal: 600
|
||||||
|
$weight-medium: 600
|
||||||
|
$weight-semibold: 800
|
||||||
|
$weight-bold: 800
|
||||||
|
|
||||||
|
$link: $secondary
|
||||||
|
$link-hover: $secondary-dark
|
||||||
|
|
||||||
|
$scheme-main: hsl(0, 0%, 8%)
|
||||||
|
$scheme-main-bis: hsl(0, 0%, 4%)
|
||||||
|
$scheme-main-ter: hsl(0, 0%, 0%)
|
||||||
|
|
||||||
|
$text: $secondary
|
||||||
|
$text-light: $secondary-light
|
||||||
|
$text-strong: $secondary-light
|
||||||
|
|
||||||
|
/* bulma generates the colors, so we have to overwrite them */
|
||||||
|
a.button.is-primary,
|
||||||
|
button.button.is-primary
|
||||||
|
color: $text-strong !important
|
||||||
|
|
||||||
|
nav.navbar.is-primary
|
||||||
|
box-shadow: none !important
|
||||||
|
.navbar-item
|
||||||
|
color: $text-strong !important
|
||||||
|
|
||||||
|
root, html, body
|
||||||
|
letter-spacing: 0.05rem
|
||||||
|
|
||||||
/* TODO check what we need here and ditch the rest */
|
/* TODO check what we need here and ditch the rest */
|
||||||
/* don't judge me */
|
/* don't judge me */
|
||||||
|
|
Loading…
Reference in a new issue