Selaa lähdekoodia

Use blue color

Jeremy Thomas 7 vuotta sitten
vanhempi
commit
b81a267535

+ 1 - 1
docs/_includes/features.html

@@ -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 %}

+ 1 - 1
docs/_layouts/documentation.html

@@ -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">

+ 5 - 14
docs/_sass/route.sass

@@ -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

+ 4 - 4
docs/css/bulma-docs.css

@@ -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 {

+ 1 - 1
docs/index.html

@@ -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>

+ 1 - 1
sass/utilities/derived-variables.sass

@@ -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