mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-05 12:05:12 +00:00
19 lines
470 B
SCSS
19 lines
470 B
SCSS
// http://pokepalettes.com/#jigglypuff
|
|
$ui-base-color: #6a5262; // darkest #1
|
|
$ui-highlight-color: #ffcdc5; // vibrant #3
|
|
$ui-secondary-color: #ffffff; // lightest #7
|
|
$ui-primary-color: #ffaca4; // lighter #0
|
|
$ui-primary-color-alt: #a41020; // darker, for external pages #2
|
|
|
|
$about-page-text: lighten($ui-base-color, 50%);
|
|
|
|
@import 'application';
|
|
.button:hover {
|
|
background-color: #e54252;
|
|
}
|
|
|
|
.confirmation-modal .button {
|
|
background-color: $ui-highlight-color;
|
|
}
|
|
|
|
|