[glitch-port] variables.scss: pleroma-theme
This commit is contained in:
parent
0647d8f56a
commit
b0602f0f86
2 changed files with 14 additions and 8 deletions
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
|
||||
a {
|
||||
color: $secondary-text-color;
|
||||
color: $pleroma-links;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
|
|
|
@ -8,11 +8,17 @@ $gold-star: #ca8f04; // Dark Goldenrod
|
|||
|
||||
$red-bookmark: $warning-red;
|
||||
|
||||
// Pleroma-Dark colors
|
||||
$pleroma-bg: #121a24;
|
||||
$pleroma-fg: #182230;
|
||||
$pleroma-text: #b9b9ba;
|
||||
$pleroma-links: #d8a070;
|
||||
|
||||
// Values from the classic Mastodon UI
|
||||
$classic-base-color: #282c37; // Midnight Express
|
||||
$classic-primary-color: #9baec8; // Echo Blue
|
||||
$classic-secondary-color: #d9e1e8; // Pattens Blue
|
||||
$classic-highlight-color: #2b90d9; // Summer Sky
|
||||
$classic-base-color: $pleroma-bg;
|
||||
$classic-primary-color: #9baec8;
|
||||
$classic-secondary-color: #d9e1e8;
|
||||
$classic-highlight-color: #d8a070;
|
||||
|
||||
// Variables for defaults in UI
|
||||
$base-shadow-color: $black !default;
|
||||
|
@ -51,9 +57,9 @@ $media-modal-media-max-height: 80%;
|
|||
|
||||
$no-gap-breakpoint: 415px;
|
||||
|
||||
$font-sans-serif: 'mastodon-font-sans-serif' !default;
|
||||
$font-display: 'mastodon-font-display' !default;
|
||||
$font-monospace: 'mastodon-font-monospace' !default;
|
||||
$font-sans-serif: sans-serif !default;
|
||||
$font-display: sans-serif !default;
|
||||
$font-monospace: monospace !default;
|
||||
|
||||
// Avatar border size (8% default, 100% for rounded avatars)
|
||||
$ui-avatar-border-size: 8%;
|
||||
|
|
Loading…
Reference in a new issue