mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-21 09:43:17 +00:00
copy theme from pullopen.xyz
This commit is contained in:
parent
8266a7fa36
commit
28405b6517
51 changed files with 8511 additions and 0 deletions
49
app/javascript/styles/forest.scss
Normal file
49
app/javascript/styles/forest.scss
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
/* https://github.com/AstroProfundis/mastodon/edit/lynx/app/javascript/styles/dark-green.scss */
|
||||
|
||||
// Colors
|
||||
$ui-base-color: #285043;
|
||||
$ui-base-lighter-color: #7a9785;
|
||||
$ui-primary-color: #a0d2b1;
|
||||
$ui-secondary-color: #e5eee8;
|
||||
$ui-highlight-color: #5ecc86;
|
||||
|
||||
// Import defaults
|
||||
@import 'application';
|
||||
|
||||
// Based on Witches Town
|
||||
// Columns width
|
||||
.column {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.detailed-status__link .fa-star {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.detailed-status__link .fa-retweet {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
// Hide followers count
|
||||
/* .account__action-bar__tab:nth-child(3) > strong > span,
|
||||
.counter:nth-child(3) > a > .counter-number {
|
||||
visibility: hidden;
|
||||
white-space: nowrap;
|
||||
} */
|
||||
|
||||
.status__content {
|
||||
color: lighten($ui-primary-color, 6%) !important;
|
||||
}
|
||||
|
||||
.status__display-name strong {
|
||||
color: lighten($ui-primary-color, 15%) !important;
|
||||
}
|
||||
|
||||
// Boost icon
|
||||
@function hex-color($color) {
|
||||
@if type-of($color) == 'color' {
|
||||
$color: str-slice(ie-hex-str($color), 4);
|
||||
}
|
||||
@return '%23' + unquote($color)
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue