mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Update default colors
This commit is contained in:
parent
80687a59a5
commit
4acd3a206c
@ -5,7 +5,7 @@
|
|||||||
fallback: `<a href="https://jgthms.com/css-in-44-minutes-ebook" class="native-flex" target="_blank">
|
fallback: `<a href="https://jgthms.com/css-in-44-minutes-ebook" class="native-flex" target="_blank">
|
||||||
<style>
|
<style>
|
||||||
.native-js {
|
.native-js {
|
||||||
background: linear-gradient(-30deg, #DA3925E5, #DA3925E5 45%, #DA3925 45%) #fff;
|
background: linear-gradient(-30deg, #4f38a4, #a244bc 45%, #4f38a4 45%) #4f38a4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.native-details {
|
.native-details {
|
||||||
@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
.native-cta {
|
.native-cta {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background-color: #626469;
|
background-color: #3bb76d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.native-cta:hover {
|
.native-cta:hover {
|
||||||
color: #native_cta_color_hover;
|
color: #native_cta_color_hover;
|
||||||
background-color: #626469;
|
background-color: #3bb76d;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="native-main">
|
<div class="native-main">
|
||||||
|
Loading…
Reference in New Issue
Block a user