mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2024-11-21 22:00:59 +00:00
33ad106a25
Added all custom themes from the collection.
34 lines
No EOL
1,012 B
SCSS
34 lines
No EOL
1,012 B
SCSS
@charset "UTF-8";
|
|
|
|
|
|
// [important] This file is base file. DO NOT edit this file. If you want to change this file, you should edit "../config.scss".
|
|
|
|
|
|
// Color scheme
|
|
@import '../color/v1-light';
|
|
// Note: If you change this section in custom_config.scss, you have to write like below. Be careful about relative path.
|
|
// @import 'color/v2-light';
|
|
|
|
|
|
// Layout profile
|
|
@import '../layout/material-v1';
|
|
// Note: If you change this section in custom_config.scss, you have to write like below. Be careful about relative path.
|
|
// @import 'layout/material-v2';
|
|
|
|
|
|
// Search bar hover settings
|
|
// You can enable/disable search bar floating.
|
|
/*.search__input:hover {
|
|
@include shadow-2dp;
|
|
background: $search-bar-focus-color;
|
|
}*/
|
|
|
|
|
|
// Status font size in timeline
|
|
$status-font-size: 15px; // mastodon default
|
|
//$status-font-size: 16px; // compatible with material design
|
|
|
|
|
|
// Name font size in timeline status
|
|
$name-font-size: 15px; // mastodon default
|
|
//$name-font-size: 16px; // compatible with material design |