]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Use blue color
authorJeremy Thomas <bbxdesign@gmail.com>
Sun, 8 Oct 2017 15:16:05 +0000 (16:16 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Tue, 10 Oct 2017 09:50:00 +0000 (10:50 +0100)
docs/_includes/features.html
docs/_layouts/documentation.html
docs/_sass/route.sass
docs/css/bulma-docs.css
docs/index.html
sass/utilities/derived-variables.sass

index 92c601b66ee72c940e0ea05d3149f959f860bc89..fd7c0bc2307f439f2ae622bf8bd370be028c428f 100644 (file)
@@ -41,7 +41,7 @@
 </div>
 <div class="field">
   <p class="control">
-    <a class="button is-primary">Button</a>
+    <a class="button is-link">Button</a>
   </p>
 </div>
 {% endcapture %}
index 93b4b87e93d6ec206806da7923b0997e9b1991c6..7ab85966c5496011b876107569b2fddf18aceebd 100644 (file)
@@ -7,7 +7,7 @@ route: documentation
   {% include navbar.html id="Documentation" %}
 </div>
 
-<section class="hero is-primary">
+<section class="hero is-link">
   <div class="hero-body">
     <div class="container">
       <div class="columns is-vcentered">
index e5a003dc052e08bb88eed652a5fbc4a7370cb241..9d0e2253974a0725477255452836293e14d03d6f 100644 (file)
@@ -1,14 +1,11 @@
 html.route-index
   .title.is-2
     position: relative
-
   .title.is-2 a
-    color: #242424
+    color: $text-strong
     position: relative
-
   .title.is-2 a:hover
-    color: #00d1b2
-
+    color: $blue
   .title.is-2 .icon.is-medium
     left: -80px
     opacity: 0.1
@@ -16,23 +13,17 @@ html.route-index
     top: 10px
     .fa
       font-size: 56px
-
   .hero .title.is-2 a
-    color: white
-
+    color: $white
   .hero .title.is-2 a:hover
-    color: white
-
+    color: $white
   .hero.is-primary a.column,
   .hero.is-primary a.column:hover
-    color: white
-
+    color: $white
   .hero.is-primary a.column:hover .title strong
     border-bottom: 1px solid
-
   @media screen and (max-width: 979px)
     .title.is-2 a
       padding-left: 0
-
     .title.is-2 .icon.is-medium
       display: none
index 535dd588b3d96b3c30911180c12ce23400ac8418..a573313088072b08128c0702cfe15bdacdc5c126 100644 (file)
@@ -1329,7 +1329,7 @@ a.box:active {
 }
 
 .button:focus, .button.is-focused {
-  border-color: #00d1b2;
+  border-color: #3273dc;
   color: #363636;
 }
 
@@ -7473,7 +7473,7 @@ a.navbar-item:hover, a.navbar-item.is-active,
 .pagination-previous:focus,
 .pagination-next:focus,
 .pagination-link:focus {
-  border-color: #00d1b2;
+  border-color: #3273dc;
 }
 
 .pagination-previous:active,
@@ -12246,12 +12246,12 @@ html.route-index .title.is-2 {
 }
 
 html.route-index .title.is-2 a {
-  color: #242424;
+  color: #363636;
   position: relative;
 }
 
 html.route-index .title.is-2 a:hover {
-  color: #00d1b2;
+  color: #3273dc;
 }
 
 html.route-index .title.is-2 .icon.is-medium {
index 08562ee9affd690401aab13527edb1a916215257..aeae204dc736d0007bb1b1a211824a738ec987ca 100644 (file)
@@ -304,7 +304,7 @@ route: index
           </p>
         </div>
         <p class="level-item">
-          <a class="button is-primary">
+          <a class="button is-link">
             New
           </a>
         </p>
index b881a2adc9f1a2675a737edf0a76aa8c0fc77b20..92a71075e89f2f1ddbf2bdb28ae0be7b4a7b0f07 100644 (file)
@@ -59,7 +59,7 @@ $link-hover: $grey-darker !default
 $link-hover-border: $grey-light !default
 
 $link-focus: $grey-darker !default
-$link-focus-border: $primary !default
+$link-focus-border: $blue !default
 
 $link-active: $grey-darker !default
 $link-active-border: $grey-dark !default