Add a css updatable navbar color
This commit is contained in:
parent
289583e427
commit
717ec9d602
@ -35,6 +35,7 @@ $primary: $blue;
|
|||||||
|
|
||||||
$text: $grey-dark;
|
$text: $grey-dark;
|
||||||
$body-background-color: #FAFCFE;
|
$body-background-color: #FAFCFE;
|
||||||
|
$light: #fff;
|
||||||
|
|
||||||
@import 'bulma/bulma';
|
@import 'bulma/bulma';
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<div id="wrapper" class="has-text-centered-mobile">
|
<div id="wrapper" class="has-text-centered-mobile">
|
||||||
|
|
||||||
<!-- Hero -->
|
<!-- Hero -->
|
||||||
<section class="hero is-medium is-white">
|
<section class="hero is-medium is-light">
|
||||||
<div class="hero-head">
|
<div class="hero-head">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<nav class="navbar" role="navigation" aria-label="main navigation">
|
<nav class="navbar" role="navigation" aria-label="main navigation">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user