|
@@ -150,7 +150,7 @@ body {
|
|
}
|
|
}
|
|
|
|
|
|
a {
|
|
a {
|
|
- color: #11e4c4;
|
|
|
|
|
|
+ color: #00d1b2;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
-webkit-transition: none 86ms ease-out;
|
|
-webkit-transition: none 86ms ease-out;
|
|
@@ -163,7 +163,7 @@ a:hover {
|
|
|
|
|
|
code {
|
|
code {
|
|
background-color: whitesmoke;
|
|
background-color: whitesmoke;
|
|
- color: #ff0f3f;
|
|
|
|
|
|
+ color: #ff3860;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
padding: 1px 2px 2px;
|
|
padding: 1px 2px 2px;
|
|
@@ -619,11 +619,11 @@ table th {
|
|
}
|
|
}
|
|
|
|
|
|
a.box:hover, a.box:focus {
|
|
a.box:hover, a.box:focus {
|
|
- box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #11e4c4;
|
|
|
|
|
|
+ box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #00d1b2;
|
|
}
|
|
}
|
|
|
|
|
|
a.box:active {
|
|
a.box:active {
|
|
- box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #11e4c4;
|
|
|
|
|
|
+ box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #00d1b2;
|
|
}
|
|
}
|
|
|
|
|
|
@keyframes spin-around {
|
|
@keyframes spin-around {
|
|
@@ -680,7 +680,7 @@ a.box:active {
|
|
}
|
|
}
|
|
|
|
|
|
.button:active, .button:focus, .button.is-active {
|
|
.button:active, .button:focus, .button.is-active {
|
|
- border-color: #11e4c4;
|
|
|
|
|
|
+ border-color: #00d1b2;
|
|
outline: none;
|
|
outline: none;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -891,20 +891,20 @@ a.box:active {
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-primary {
|
|
.button.is-primary {
|
|
- background-color: #11e4c4;
|
|
|
|
|
|
+ background-color: #00d1b2;
|
|
border-width: 0;
|
|
border-width: 0;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-primary:hover, .button.is-primary:focus, .button.is-primary.is-active {
|
|
.button.is-primary:hover, .button.is-primary:focus, .button.is-primary.is-active {
|
|
- background-color: #0fccb0;
|
|
|
|
|
|
+ background-color: #00b89c;
|
|
border-color: transparent;
|
|
border-color: transparent;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-primary.is-inverted {
|
|
.button.is-primary.is-inverted {
|
|
background-color: white;
|
|
background-color: white;
|
|
- color: #11e4c4;
|
|
|
|
|
|
+ color: #00d1b2;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-primary.is-inverted:hover {
|
|
.button.is-primary.is-inverted:hover {
|
|
@@ -917,32 +917,32 @@ a.box:active {
|
|
|
|
|
|
.button.is-primary.is-outlined {
|
|
.button.is-primary.is-outlined {
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
- border-color: #11e4c4;
|
|
|
|
|
|
+ border-color: #00d1b2;
|
|
border-width: 1px;
|
|
border-width: 1px;
|
|
- color: #11e4c4;
|
|
|
|
|
|
+ color: #00d1b2;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
|
|
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
|
|
- background-color: #11e4c4;
|
|
|
|
- border-color: #11e4c4;
|
|
|
|
|
|
+ background-color: #00d1b2;
|
|
|
|
+ border-color: #00d1b2;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-info {
|
|
.button.is-info {
|
|
- background-color: #0f6bff;
|
|
|
|
|
|
+ background-color: #3273dc;
|
|
border-width: 0;
|
|
border-width: 0;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-info:hover, .button.is-info:focus, .button.is-info.is-active {
|
|
.button.is-info:hover, .button.is-info:focus, .button.is-info.is-active {
|
|
- background-color: #005ef5;
|
|
|
|
|
|
+ background-color: #2366d1;
|
|
border-color: transparent;
|
|
border-color: transparent;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-info.is-inverted {
|
|
.button.is-info.is-inverted {
|
|
background-color: white;
|
|
background-color: white;
|
|
- color: #0f6bff;
|
|
|
|
|
|
+ color: #3273dc;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-info.is-inverted:hover {
|
|
.button.is-info.is-inverted:hover {
|
|
@@ -955,32 +955,32 @@ a.box:active {
|
|
|
|
|
|
.button.is-info.is-outlined {
|
|
.button.is-info.is-outlined {
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
- border-color: #0f6bff;
|
|
|
|
|
|
+ border-color: #3273dc;
|
|
border-width: 1px;
|
|
border-width: 1px;
|
|
- color: #0f6bff;
|
|
|
|
|
|
+ color: #3273dc;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
|
|
.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
|
|
- background-color: #0f6bff;
|
|
|
|
- border-color: #0f6bff;
|
|
|
|
|
|
+ background-color: #3273dc;
|
|
|
|
+ border-color: #3273dc;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-success {
|
|
.button.is-success {
|
|
- background-color: #20ee68;
|
|
|
|
|
|
+ background-color: #23d160;
|
|
border-width: 0;
|
|
border-width: 0;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-success:hover, .button.is-success:focus, .button.is-success.is-active {
|
|
.button.is-success:hover, .button.is-success:focus, .button.is-success.is-active {
|
|
- background-color: #11e45b;
|
|
|
|
|
|
+ background-color: #20bc56;
|
|
border-color: transparent;
|
|
border-color: transparent;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-success.is-inverted {
|
|
.button.is-success.is-inverted {
|
|
background-color: white;
|
|
background-color: white;
|
|
- color: #20ee68;
|
|
|
|
|
|
+ color: #23d160;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-success.is-inverted:hover {
|
|
.button.is-success.is-inverted:hover {
|
|
@@ -993,32 +993,32 @@ a.box:active {
|
|
|
|
|
|
.button.is-success.is-outlined {
|
|
.button.is-success.is-outlined {
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
- border-color: #20ee68;
|
|
|
|
|
|
+ border-color: #23d160;
|
|
border-width: 1px;
|
|
border-width: 1px;
|
|
- color: #20ee68;
|
|
|
|
|
|
+ color: #23d160;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
|
|
.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
|
|
- background-color: #20ee68;
|
|
|
|
- border-color: #20ee68;
|
|
|
|
|
|
+ background-color: #23d160;
|
|
|
|
+ border-color: #23d160;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-warning {
|
|
.button.is-warning {
|
|
- background-color: #ffcf0f;
|
|
|
|
|
|
+ background-color: #ffdd57;
|
|
border-width: 0;
|
|
border-width: 0;
|
|
color: rgba(0, 0, 0, 0.7);
|
|
color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-warning:hover, .button.is-warning:focus, .button.is-warning.is-active {
|
|
.button.is-warning:hover, .button.is-warning:focus, .button.is-warning.is-active {
|
|
- background-color: #f5c400;
|
|
|
|
|
|
+ background-color: #ffd83d;
|
|
border-color: transparent;
|
|
border-color: transparent;
|
|
color: rgba(0, 0, 0, 0.7);
|
|
color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-warning.is-inverted {
|
|
.button.is-warning.is-inverted {
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
- color: #ffcf0f;
|
|
|
|
|
|
+ color: #ffdd57;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-warning.is-inverted:hover {
|
|
.button.is-warning.is-inverted:hover {
|
|
@@ -1031,32 +1031,32 @@ a.box:active {
|
|
|
|
|
|
.button.is-warning.is-outlined {
|
|
.button.is-warning.is-outlined {
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
- border-color: #ffcf0f;
|
|
|
|
|
|
+ border-color: #ffdd57;
|
|
border-width: 1px;
|
|
border-width: 1px;
|
|
- color: #ffcf0f;
|
|
|
|
|
|
+ color: #ffdd57;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
|
|
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
|
|
- background-color: #ffcf0f;
|
|
|
|
- border-color: #ffcf0f;
|
|
|
|
|
|
+ background-color: #ffdd57;
|
|
|
|
+ border-color: #ffdd57;
|
|
color: rgba(0, 0, 0, 0.7);
|
|
color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-danger {
|
|
.button.is-danger {
|
|
- background-color: #ff0f3f;
|
|
|
|
|
|
+ background-color: #ff3860;
|
|
border-width: 0;
|
|
border-width: 0;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-danger:hover, .button.is-danger:focus, .button.is-danger.is-active {
|
|
.button.is-danger:hover, .button.is-danger:focus, .button.is-danger.is-active {
|
|
- background-color: #f50031;
|
|
|
|
|
|
+ background-color: #ff1f4b;
|
|
border-color: transparent;
|
|
border-color: transparent;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-danger.is-inverted {
|
|
.button.is-danger.is-inverted {
|
|
background-color: white;
|
|
background-color: white;
|
|
- color: #ff0f3f;
|
|
|
|
|
|
+ color: #ff3860;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-danger.is-inverted:hover {
|
|
.button.is-danger.is-inverted:hover {
|
|
@@ -1069,14 +1069,14 @@ a.box:active {
|
|
|
|
|
|
.button.is-danger.is-outlined {
|
|
.button.is-danger.is-outlined {
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
- border-color: #ff0f3f;
|
|
|
|
|
|
+ border-color: #ff3860;
|
|
border-width: 1px;
|
|
border-width: 1px;
|
|
- color: #ff0f3f;
|
|
|
|
|
|
+ color: #ff3860;
|
|
}
|
|
}
|
|
|
|
|
|
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
|
|
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
|
|
- background-color: #ff0f3f;
|
|
|
|
- border-color: #ff0f3f;
|
|
|
|
|
|
+ background-color: #ff3860;
|
|
|
|
+ border-color: #ff3860;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1168,7 +1168,7 @@ a.box:active {
|
|
}
|
|
}
|
|
|
|
|
|
.content a:not(.button):hover {
|
|
.content a:not(.button):hover {
|
|
- border-bottom-color: #11e4c4;
|
|
|
|
|
|
+ border-bottom-color: #00d1b2;
|
|
}
|
|
}
|
|
|
|
|
|
.content li + li {
|
|
.content li + li {
|
|
@@ -1329,7 +1329,7 @@ a.box:active {
|
|
.textarea:active,
|
|
.textarea:active,
|
|
.textarea:focus,
|
|
.textarea:focus,
|
|
.textarea.is-active {
|
|
.textarea.is-active {
|
|
- border-color: #11e4c4;
|
|
|
|
|
|
+ border-color: #00d1b2;
|
|
outline: none;
|
|
outline: none;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1388,27 +1388,27 @@ a.box:active {
|
|
|
|
|
|
.input.is-primary,
|
|
.input.is-primary,
|
|
.textarea.is-primary {
|
|
.textarea.is-primary {
|
|
- border-color: #11e4c4;
|
|
|
|
|
|
+ border-color: #00d1b2;
|
|
}
|
|
}
|
|
|
|
|
|
.input.is-info,
|
|
.input.is-info,
|
|
.textarea.is-info {
|
|
.textarea.is-info {
|
|
- border-color: #0f6bff;
|
|
|
|
|
|
+ border-color: #3273dc;
|
|
}
|
|
}
|
|
|
|
|
|
.input.is-success,
|
|
.input.is-success,
|
|
.textarea.is-success {
|
|
.textarea.is-success {
|
|
- border-color: #20ee68;
|
|
|
|
|
|
+ border-color: #23d160;
|
|
}
|
|
}
|
|
|
|
|
|
.input.is-warning,
|
|
.input.is-warning,
|
|
.textarea.is-warning {
|
|
.textarea.is-warning {
|
|
- border-color: #ffcf0f;
|
|
|
|
|
|
+ border-color: #ffdd57;
|
|
}
|
|
}
|
|
|
|
|
|
.input.is-danger,
|
|
.input.is-danger,
|
|
.textarea.is-danger {
|
|
.textarea.is-danger {
|
|
- border-color: #ff0f3f;
|
|
|
|
|
|
+ border-color: #ff3860;
|
|
}
|
|
}
|
|
|
|
|
|
.input[type="search"],
|
|
.input[type="search"],
|
|
@@ -1542,7 +1542,7 @@ a.box:active {
|
|
}
|
|
}
|
|
|
|
|
|
.select select:active, .select select:focus, .select select.is-active {
|
|
.select select:active, .select select:focus, .select select.is-active {
|
|
- border-color: #11e4c4;
|
|
|
|
|
|
+ border-color: #00d1b2;
|
|
outline: none;
|
|
outline: none;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1586,23 +1586,23 @@ a.box:active {
|
|
}
|
|
}
|
|
|
|
|
|
.select select.is-primary {
|
|
.select select.is-primary {
|
|
- border-color: #11e4c4;
|
|
|
|
|
|
+ border-color: #00d1b2;
|
|
}
|
|
}
|
|
|
|
|
|
.select select.is-info {
|
|
.select select.is-info {
|
|
- border-color: #0f6bff;
|
|
|
|
|
|
+ border-color: #3273dc;
|
|
}
|
|
}
|
|
|
|
|
|
.select select.is-success {
|
|
.select select.is-success {
|
|
- border-color: #20ee68;
|
|
|
|
|
|
+ border-color: #23d160;
|
|
}
|
|
}
|
|
|
|
|
|
.select select.is-warning {
|
|
.select select.is-warning {
|
|
- border-color: #ffcf0f;
|
|
|
|
|
|
+ border-color: #ffdd57;
|
|
}
|
|
}
|
|
|
|
|
|
.select select.is-danger {
|
|
.select select.is-danger {
|
|
- border-color: #ff0f3f;
|
|
|
|
|
|
+ border-color: #ff3860;
|
|
}
|
|
}
|
|
|
|
|
|
.select select:hover {
|
|
.select select:hover {
|
|
@@ -1622,7 +1622,7 @@ a.box:active {
|
|
}
|
|
}
|
|
|
|
|
|
.select:after {
|
|
.select:after {
|
|
- border: 1px solid #11e4c4;
|
|
|
|
|
|
+ border: 1px solid #00d1b2;
|
|
border-right: 0;
|
|
border-right: 0;
|
|
border-top: 0;
|
|
border-top: 0;
|
|
content: " ";
|
|
content: " ";
|
|
@@ -1715,23 +1715,23 @@ a.box:active {
|
|
}
|
|
}
|
|
|
|
|
|
.help.is-primary {
|
|
.help.is-primary {
|
|
- color: #11e4c4;
|
|
|
|
|
|
+ color: #00d1b2;
|
|
}
|
|
}
|
|
|
|
|
|
.help.is-info {
|
|
.help.is-info {
|
|
- color: #0f6bff;
|
|
|
|
|
|
+ color: #3273dc;
|
|
}
|
|
}
|
|
|
|
|
|
.help.is-success {
|
|
.help.is-success {
|
|
- color: #20ee68;
|
|
|
|
|
|
+ color: #23d160;
|
|
}
|
|
}
|
|
|
|
|
|
.help.is-warning {
|
|
.help.is-warning {
|
|
- color: #ffcf0f;
|
|
|
|
|
|
+ color: #ffdd57;
|
|
}
|
|
}
|
|
|
|
|
|
.help.is-danger {
|
|
.help.is-danger {
|
|
- color: #ff0f3f;
|
|
|
|
|
|
+ color: #ff3860;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
@media screen and (max-width: 768px) {
|
|
@@ -2168,27 +2168,27 @@ a.box:active {
|
|
}
|
|
}
|
|
|
|
|
|
.notification.is-primary {
|
|
.notification.is-primary {
|
|
- background-color: #11e4c4;
|
|
|
|
|
|
+ background-color: #00d1b2;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.notification.is-info {
|
|
.notification.is-info {
|
|
- background-color: #0f6bff;
|
|
|
|
|
|
+ background-color: #3273dc;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.notification.is-success {
|
|
.notification.is-success {
|
|
- background-color: #20ee68;
|
|
|
|
|
|
+ background-color: #23d160;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.notification.is-warning {
|
|
.notification.is-warning {
|
|
- background-color: #ffcf0f;
|
|
|
|
|
|
+ background-color: #ffdd57;
|
|
color: rgba(0, 0, 0, 0.7);
|
|
color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
}
|
|
|
|
|
|
.notification.is-danger {
|
|
.notification.is-danger {
|
|
- background-color: #ff0f3f;
|
|
|
|
|
|
+ background-color: #ff3860;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2253,43 +2253,43 @@ a.box:active {
|
|
}
|
|
}
|
|
|
|
|
|
.progress.is-primary::-webkit-progress-value {
|
|
.progress.is-primary::-webkit-progress-value {
|
|
- background-color: #11e4c4;
|
|
|
|
|
|
+ background-color: #00d1b2;
|
|
}
|
|
}
|
|
|
|
|
|
.progress.is-primary::-moz-progress-bar {
|
|
.progress.is-primary::-moz-progress-bar {
|
|
- background-color: #11e4c4;
|
|
|
|
|
|
+ background-color: #00d1b2;
|
|
}
|
|
}
|
|
|
|
|
|
.progress.is-info::-webkit-progress-value {
|
|
.progress.is-info::-webkit-progress-value {
|
|
- background-color: #0f6bff;
|
|
|
|
|
|
+ background-color: #3273dc;
|
|
}
|
|
}
|
|
|
|
|
|
.progress.is-info::-moz-progress-bar {
|
|
.progress.is-info::-moz-progress-bar {
|
|
- background-color: #0f6bff;
|
|
|
|
|
|
+ background-color: #3273dc;
|
|
}
|
|
}
|
|
|
|
|
|
.progress.is-success::-webkit-progress-value {
|
|
.progress.is-success::-webkit-progress-value {
|
|
- background-color: #20ee68;
|
|
|
|
|
|
+ background-color: #23d160;
|
|
}
|
|
}
|
|
|
|
|
|
.progress.is-success::-moz-progress-bar {
|
|
.progress.is-success::-moz-progress-bar {
|
|
- background-color: #20ee68;
|
|
|
|
|
|
+ background-color: #23d160;
|
|
}
|
|
}
|
|
|
|
|
|
.progress.is-warning::-webkit-progress-value {
|
|
.progress.is-warning::-webkit-progress-value {
|
|
- background-color: #ffcf0f;
|
|
|
|
|
|
+ background-color: #ffdd57;
|
|
}
|
|
}
|
|
|
|
|
|
.progress.is-warning::-moz-progress-bar {
|
|
.progress.is-warning::-moz-progress-bar {
|
|
- background-color: #ffcf0f;
|
|
|
|
|
|
+ background-color: #ffdd57;
|
|
}
|
|
}
|
|
|
|
|
|
.progress.is-danger::-webkit-progress-value {
|
|
.progress.is-danger::-webkit-progress-value {
|
|
- background-color: #ff0f3f;
|
|
|
|
|
|
+ background-color: #ff3860;
|
|
}
|
|
}
|
|
|
|
|
|
.progress.is-danger::-moz-progress-bar {
|
|
.progress.is-danger::-moz-progress-bar {
|
|
- background-color: #ff0f3f;
|
|
|
|
|
|
+ background-color: #ff3860;
|
|
}
|
|
}
|
|
|
|
|
|
.progress.is-small {
|
|
.progress.is-small {
|
|
@@ -2372,7 +2372,7 @@ a.box:active {
|
|
|
|
|
|
.table td.is-link > a:hover,
|
|
.table td.is-link > a:hover,
|
|
.table th.is-link > a:hover {
|
|
.table th.is-link > a:hover {
|
|
- background-color: #11e4c4;
|
|
|
|
|
|
+ background-color: #00d1b2;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2907,27 +2907,27 @@ a.box:active {
|
|
}
|
|
}
|
|
|
|
|
|
.tag.is-primary {
|
|
.tag.is-primary {
|
|
- background-color: #11e4c4;
|
|
|
|
|
|
+ background-color: #00d1b2;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.tag.is-info {
|
|
.tag.is-info {
|
|
- background-color: #0f6bff;
|
|
|
|
|
|
+ background-color: #3273dc;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.tag.is-success {
|
|
.tag.is-success {
|
|
- background-color: #20ee68;
|
|
|
|
|
|
+ background-color: #23d160;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.tag.is-warning {
|
|
.tag.is-warning {
|
|
- background-color: #ffcf0f;
|
|
|
|
|
|
+ background-color: #ffdd57;
|
|
color: rgba(0, 0, 0, 0.7);
|
|
color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
}
|
|
|
|
|
|
.tag.is-danger {
|
|
.tag.is-danger {
|
|
- background-color: #ff0f3f;
|
|
|
|
|
|
+ background-color: #ff3860;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3522,11 +3522,11 @@ a.box:active {
|
|
|
|
|
|
.menu-list a:hover {
|
|
.menu-list a:hover {
|
|
background-color: whitesmoke;
|
|
background-color: whitesmoke;
|
|
- color: #11e4c4;
|
|
|
|
|
|
+ color: #00d1b2;
|
|
}
|
|
}
|
|
|
|
|
|
.menu-list a.is-active {
|
|
.menu-list a.is-active {
|
|
- background-color: #11e4c4;
|
|
|
|
|
|
+ background-color: #00d1b2;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3640,44 +3640,44 @@ a.box:active {
|
|
}
|
|
}
|
|
|
|
|
|
.message.is-primary {
|
|
.message.is-primary {
|
|
- background-color: #ecfefb;
|
|
|
|
|
|
+ background-color: #ebfffc;
|
|
}
|
|
}
|
|
|
|
|
|
.message.is-primary .message-header {
|
|
.message.is-primary .message-header {
|
|
- background-color: #11e4c4;
|
|
|
|
|
|
+ background-color: #00d1b2;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.message.is-primary .message-body {
|
|
.message.is-primary .message-body {
|
|
- border-color: #11e4c4;
|
|
|
|
|
|
+ border-color: #00d1b2;
|
|
color: gray;
|
|
color: gray;
|
|
}
|
|
}
|
|
|
|
|
|
.message.is-info {
|
|
.message.is-info {
|
|
- background-color: #ebf2ff;
|
|
|
|
|
|
+ background-color: #eef3fc;
|
|
}
|
|
}
|
|
|
|
|
|
.message.is-info .message-header {
|
|
.message.is-info .message-header {
|
|
- background-color: #0f6bff;
|
|
|
|
|
|
+ background-color: #3273dc;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.message.is-info .message-body {
|
|
.message.is-info .message-body {
|
|
- border-color: #0f6bff;
|
|
|
|
|
|
+ border-color: #3273dc;
|
|
color: gray;
|
|
color: gray;
|
|
}
|
|
}
|
|
|
|
|
|
.message.is-success {
|
|
.message.is-success {
|
|
- background-color: #ecfef2;
|
|
|
|
|
|
+ background-color: #eefcf3;
|
|
}
|
|
}
|
|
|
|
|
|
.message.is-success .message-header {
|
|
.message.is-success .message-header {
|
|
- background-color: #20ee68;
|
|
|
|
|
|
+ background-color: #23d160;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.message.is-success .message-body {
|
|
.message.is-success .message-body {
|
|
- border-color: #20ee68;
|
|
|
|
|
|
+ border-color: #23d160;
|
|
color: gray;
|
|
color: gray;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3686,12 +3686,12 @@ a.box:active {
|
|
}
|
|
}
|
|
|
|
|
|
.message.is-warning .message-header {
|
|
.message.is-warning .message-header {
|
|
- background-color: #ffcf0f;
|
|
|
|
|
|
+ background-color: #ffdd57;
|
|
color: rgba(0, 0, 0, 0.7);
|
|
color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
}
|
|
|
|
|
|
.message.is-warning .message-body {
|
|
.message.is-warning .message-body {
|
|
- border-color: #ffcf0f;
|
|
|
|
|
|
+ border-color: #ffdd57;
|
|
color: gray;
|
|
color: gray;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3700,12 +3700,12 @@ a.box:active {
|
|
}
|
|
}
|
|
|
|
|
|
.message.is-danger .message-header {
|
|
.message.is-danger .message-header {
|
|
- background-color: #ff0f3f;
|
|
|
|
|
|
+ background-color: #ff3860;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
.message.is-danger .message-body {
|
|
.message.is-danger .message-body {
|
|
- border-color: #ff0f3f;
|
|
|
|
|
|
+ border-color: #ff3860;
|
|
color: gray;
|
|
color: gray;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3961,7 +3961,7 @@ a.box:active {
|
|
}
|
|
}
|
|
|
|
|
|
.nav-toggle.is-active span {
|
|
.nav-toggle.is-active span {
|
|
- background-color: #11e4c4;
|
|
|
|
|
|
+ background-color: #00d1b2;
|
|
}
|
|
}
|
|
|
|
|
|
.nav-toggle.is-active span:nth-child(1) {
|
|
.nav-toggle.is-active span:nth-child(1) {
|
|
@@ -4065,15 +4065,15 @@ a.nav-item.is-tab {
|
|
|
|
|
|
.nav-item a.is-tab:hover,
|
|
.nav-item a.is-tab:hover,
|
|
a.nav-item.is-tab:hover {
|
|
a.nav-item.is-tab:hover {
|
|
- border-bottom: 1px solid #11e4c4;
|
|
|
|
|
|
+ border-bottom: 1px solid #00d1b2;
|
|
border-top: 1px solid transparent;
|
|
border-top: 1px solid transparent;
|
|
}
|
|
}
|
|
|
|
|
|
.nav-item a.is-tab.is-active,
|
|
.nav-item a.is-tab.is-active,
|
|
a.nav-item.is-tab.is-active {
|
|
a.nav-item.is-tab.is-active {
|
|
- border-bottom: 3px solid #11e4c4;
|
|
|
|
|
|
+ border-bottom: 3px solid #00d1b2;
|
|
border-top: 3px solid transparent;
|
|
border-top: 3px solid transparent;
|
|
- color: #11e4c4;
|
|
|
|
|
|
+ color: #00d1b2;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
@media screen and (max-width: 768px) {
|
|
@@ -4342,7 +4342,7 @@ a.nav-item.is-tab.is-active {
|
|
}
|
|
}
|
|
|
|
|
|
.panel-list a:hover {
|
|
.panel-list a:hover {
|
|
- color: #11e4c4;
|
|
|
|
|
|
+ color: #00d1b2;
|
|
}
|
|
}
|
|
|
|
|
|
.panel-tabs {
|
|
.panel-tabs {
|
|
@@ -4458,8 +4458,8 @@ a.panel-block:hover {
|
|
}
|
|
}
|
|
|
|
|
|
.tabs li.is-active a {
|
|
.tabs li.is-active a {
|
|
- border-bottom-color: #11e4c4;
|
|
|
|
- color: #11e4c4;
|
|
|
|
|
|
+ border-bottom-color: #00d1b2;
|
|
|
|
+ color: #00d1b2;
|
|
}
|
|
}
|
|
|
|
|
|
.tabs ul {
|
|
.tabs ul {
|
|
@@ -4575,8 +4575,8 @@ a.panel-block:hover {
|
|
}
|
|
}
|
|
|
|
|
|
.tabs.is-toggle li.is-active a {
|
|
.tabs.is-toggle li.is-active a {
|
|
- background-color: #11e4c4;
|
|
|
|
- border-color: #11e4c4;
|
|
|
|
|
|
+ background-color: #00d1b2;
|
|
|
|
+ border-color: #00d1b2;
|
|
color: white;
|
|
color: white;
|
|
z-index: 1;
|
|
z-index: 1;
|
|
}
|
|
}
|
|
@@ -6227,7 +6227,7 @@ a.panel-block:hover {
|
|
}
|
|
}
|
|
|
|
|
|
.hero.is-primary {
|
|
.hero.is-primary {
|
|
- background-color: #11e4c4;
|
|
|
|
|
|
+ background-color: #00d1b2;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -6255,7 +6255,7 @@ a.panel-block:hover {
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
@media screen and (max-width: 768px) {
|
|
.hero.is-primary .nav-menu {
|
|
.hero.is-primary .nav-menu {
|
|
- background-color: #11e4c4;
|
|
|
|
|
|
+ background-color: #00d1b2;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -6294,12 +6294,12 @@ a.panel-block:hover {
|
|
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
|
|
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
|
|
background-color: white;
|
|
background-color: white;
|
|
border-color: white;
|
|
border-color: white;
|
|
- color: #11e4c4;
|
|
|
|
|
|
+ color: #00d1b2;
|
|
}
|
|
}
|
|
|
|
|
|
.hero.is-primary.is-bold {
|
|
.hero.is-primary.is-bold {
|
|
- background-image: -webkit-linear-gradient(309deg, #04be83 0%, #11e4c4 71%, #1af1f4 100%);
|
|
|
|
- background-image: linear-gradient(141deg, #04be83 0%, #11e4c4 71%, #1af1f4 100%);
|
|
|
|
|
|
+ background-image: -webkit-linear-gradient(309deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
|
|
|
|
+ background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
@media screen and (max-width: 768px) {
|
|
@@ -6318,7 +6318,7 @@ a.panel-block:hover {
|
|
}
|
|
}
|
|
|
|
|
|
.hero.is-info {
|
|
.hero.is-info {
|
|
- background-color: #0f6bff;
|
|
|
|
|
|
+ background-color: #3273dc;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -6346,7 +6346,7 @@ a.panel-block:hover {
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
@media screen and (max-width: 768px) {
|
|
.hero.is-info .nav-menu {
|
|
.hero.is-info .nav-menu {
|
|
- background-color: #0f6bff;
|
|
|
|
|
|
+ background-color: #3273dc;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -6385,12 +6385,12 @@ a.panel-block:hover {
|
|
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
|
|
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
|
|
background-color: white;
|
|
background-color: white;
|
|
border-color: white;
|
|
border-color: white;
|
|
- color: #0f6bff;
|
|
|
|
|
|
+ color: #3273dc;
|
|
}
|
|
}
|
|
|
|
|
|
.hero.is-info.is-bold {
|
|
.hero.is-info.is-bold {
|
|
- background-image: -webkit-linear-gradient(309deg, #0079db 0%, #0f6bff 71%, #2957ff 100%);
|
|
|
|
- background-image: linear-gradient(141deg, #0079db 0%, #0f6bff 71%, #2957ff 100%);
|
|
|
|
|
|
+ background-image: -webkit-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
|
|
|
|
+ background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
@media screen and (max-width: 768px) {
|
|
@@ -6409,7 +6409,7 @@ a.panel-block:hover {
|
|
}
|
|
}
|
|
|
|
|
|
.hero.is-success {
|
|
.hero.is-success {
|
|
- background-color: #20ee68;
|
|
|
|
|
|
+ background-color: #23d160;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -6437,7 +6437,7 @@ a.panel-block:hover {
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
@media screen and (max-width: 768px) {
|
|
.hero.is-success .nav-menu {
|
|
.hero.is-success .nav-menu {
|
|
- background-color: #20ee68;
|
|
|
|
|
|
+ background-color: #23d160;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -6476,12 +6476,12 @@ a.panel-block:hover {
|
|
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
|
|
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
|
|
background-color: white;
|
|
background-color: white;
|
|
border-color: white;
|
|
border-color: white;
|
|
- color: #20ee68;
|
|
|
|
|
|
+ color: #23d160;
|
|
}
|
|
}
|
|
|
|
|
|
.hero.is-success.is-bold {
|
|
.hero.is-success.is-bold {
|
|
- background-image: -webkit-linear-gradient(309deg, #04d72b 0%, #20ee68 71%, #32f597 100%);
|
|
|
|
- background-image: linear-gradient(141deg, #04d72b 0%, #20ee68 71%, #32f597 100%);
|
|
|
|
|
|
+ background-image: -webkit-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
|
|
|
|
+ background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
@media screen and (max-width: 768px) {
|
|
@@ -6500,7 +6500,7 @@ a.panel-block:hover {
|
|
}
|
|
}
|
|
|
|
|
|
.hero.is-warning {
|
|
.hero.is-warning {
|
|
- background-color: #ffcf0f;
|
|
|
|
|
|
+ background-color: #ffdd57;
|
|
color: rgba(0, 0, 0, 0.7);
|
|
color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
}
|
|
|
|
|
|
@@ -6528,7 +6528,7 @@ a.panel-block:hover {
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
@media screen and (max-width: 768px) {
|
|
.hero.is-warning .nav-menu {
|
|
.hero.is-warning .nav-menu {
|
|
- background-color: #ffcf0f;
|
|
|
|
|
|
+ background-color: #ffdd57;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -6567,12 +6567,12 @@ a.panel-block:hover {
|
|
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
|
|
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
border-color: rgba(0, 0, 0, 0.7);
|
|
border-color: rgba(0, 0, 0, 0.7);
|
|
- color: #ffcf0f;
|
|
|
|
|
|
+ color: #ffdd57;
|
|
}
|
|
}
|
|
|
|
|
|
.hero.is-warning.is-bold {
|
|
.hero.is-warning.is-bold {
|
|
- background-image: -webkit-linear-gradient(309deg, #db8b00 0%, #ffcf0f 71%, #fff829 100%);
|
|
|
|
- background-image: linear-gradient(141deg, #db8b00 0%, #ffcf0f 71%, #fff829 100%);
|
|
|
|
|
|
+ background-image: -webkit-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
|
|
|
|
+ background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
@media screen and (max-width: 768px) {
|
|
@@ -6591,7 +6591,7 @@ a.panel-block:hover {
|
|
}
|
|
}
|
|
|
|
|
|
.hero.is-danger {
|
|
.hero.is-danger {
|
|
- background-color: #ff0f3f;
|
|
|
|
|
|
+ background-color: #ff3860;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -6619,7 +6619,7 @@ a.panel-block:hover {
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
@media screen and (max-width: 768px) {
|
|
.hero.is-danger .nav-menu {
|
|
.hero.is-danger .nav-menu {
|
|
- background-color: #ff0f3f;
|
|
|
|
|
|
+ background-color: #ff3860;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -6658,12 +6658,12 @@ a.panel-block:hover {
|
|
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
|
|
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
|
|
background-color: white;
|
|
background-color: white;
|
|
border-color: white;
|
|
border-color: white;
|
|
- color: #ff0f3f;
|
|
|
|
|
|
+ color: #ff3860;
|
|
}
|
|
}
|
|
|
|
|
|
.hero.is-danger.is-bold {
|
|
.hero.is-danger.is-bold {
|
|
- background-image: -webkit-linear-gradient(309deg, #db0050 0%, #ff0f3f 71%, #ff2930 100%);
|
|
|
|
- background-image: linear-gradient(141deg, #db0050 0%, #ff0f3f 71%, #ff2930 100%);
|
|
|
|
|
|
+ background-image: -webkit-linear-gradient(309deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
|
|
|
|
+ background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
@media screen and (max-width: 768px) {
|
|
@@ -6759,7 +6759,7 @@ a.panel-block:hover {
|
|
}
|
|
}
|
|
|
|
|
|
.footer a:not(.icon):hover, .footer a:visited:not(.icon):hover {
|
|
.footer a:not(.icon):hover, .footer a:visited:not(.icon):hover {
|
|
- border-bottom-color: #11e4c4;
|
|
|
|
|
|
+ border-bottom-color: #00d1b2;
|
|
}
|
|
}
|
|
|
|
|
|
@keyframes spin-around {
|
|
@keyframes spin-around {
|
|
@@ -7090,7 +7090,7 @@ svg {
|
|
-webkit-animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
|
|
-webkit-animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
|
|
animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
|
|
animation-timing-function: cubic-bezier(0, 0.71, 0.29, 1);
|
|
fill: none;
|
|
fill: none;
|
|
- stroke: #11e4c4;
|
|
|
|
|
|
+ stroke: #00d1b2;
|
|
stroke-dasharray: 880;
|
|
stroke-dasharray: 880;
|
|
stroke-width: 2px;
|
|
stroke-width: 2px;
|
|
}
|
|
}
|
|
@@ -7109,7 +7109,7 @@ svg {
|
|
}
|
|
}
|
|
|
|
|
|
#b svg:last-child g {
|
|
#b svg:last-child g {
|
|
- fill: #11e4c4;
|
|
|
|
|
|
+ fill: #00d1b2;
|
|
}
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
@media screen and (max-width: 768px) {
|
|
@@ -7145,7 +7145,7 @@ svg {
|
|
|
|
|
|
#npm code {
|
|
#npm code {
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
- color: #11e4c4;
|
|
|
|
|
|
+ color: #00d1b2;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
padding: 16px 32px;
|
|
padding: 16px 32px;
|
|
@@ -7237,7 +7237,7 @@ html.route-index #carbon {
|
|
|
|
|
|
.example,
|
|
.example,
|
|
.structure {
|
|
.structure {
|
|
- border: 1px solid #ffcf0f;
|
|
|
|
|
|
+ border: 1px solid #ffdd57;
|
|
border-top-right-radius: 3px;
|
|
border-top-right-radius: 3px;
|
|
color: rgba(0, 0, 0, 0.7);
|
|
color: rgba(0, 0, 0, 0.7);
|
|
padding: 15px 20px;
|
|
padding: 15px 20px;
|
|
@@ -7256,7 +7256,7 @@ html.route-index #carbon {
|
|
|
|
|
|
.example:before,
|
|
.example:before,
|
|
.structure:before {
|
|
.structure:before {
|
|
- background: #ffcf0f;
|
|
|
|
|
|
+ background: #ffdd57;
|
|
border-radius: 3px 3px 0 0;
|
|
border-radius: 3px 3px 0 0;
|
|
bottom: 100%;
|
|
bottom: 100%;
|
|
content: "Example";
|
|
content: "Example";
|
|
@@ -7281,7 +7281,7 @@ html.route-index #carbon {
|
|
}
|
|
}
|
|
|
|
|
|
.example + .highlight {
|
|
.example + .highlight {
|
|
- border: 1px solid #ffcf0f;
|
|
|
|
|
|
+ border: 1px solid #ffdd57;
|
|
border-radius: 0 0 3px 3px;
|
|
border-radius: 0 0 3px 3px;
|
|
border-top: none;
|
|
border-top: none;
|
|
margin-top: -20px;
|
|
margin-top: -20px;
|
|
@@ -7296,13 +7296,13 @@ html.route-index #carbon {
|
|
}
|
|
}
|
|
|
|
|
|
.structure {
|
|
.structure {
|
|
- border-color: #ff0f3f;
|
|
|
|
|
|
+ border-color: #ff3860;
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
padding: 20px;
|
|
padding: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
.structure:before {
|
|
.structure:before {
|
|
- background: #ff0f3f;
|
|
|
|
|
|
+ background: #ff3860;
|
|
color: white;
|
|
color: white;
|
|
content: "Structure";
|
|
content: "Structure";
|
|
}
|
|
}
|
|
@@ -7386,8 +7386,8 @@ html.route-index #carbon {
|
|
|
|
|
|
.highlight .copy:hover,
|
|
.highlight .copy:hover,
|
|
.highlight .expand:hover {
|
|
.highlight .expand:hover {
|
|
- border-color: #ff0f3f;
|
|
|
|
- color: #ff0f3f;
|
|
|
|
|
|
+ border-color: #ff3860;
|
|
|
|
+ color: #ff3860;
|
|
}
|
|
}
|
|
|
|
|
|
.highlight .expand {
|
|
.highlight .expand {
|
|
@@ -7429,11 +7429,11 @@ html.route-index #carbon {
|
|
}
|
|
}
|
|
|
|
|
|
html ::-moz-selection {
|
|
html ::-moz-selection {
|
|
- background: #11e4c4;
|
|
|
|
|
|
+ background: #00d1b2;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
|
|
|
|
html ::selection {
|
|
html ::selection {
|
|
- background: #11e4c4;
|
|
|
|
|
|
+ background: #00d1b2;
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|