20 lines
397 B
Plaintext
20 lines
397 B
Plaintext
// ==================== Variables ====================
|
|
|
|
// Fonts
|
|
@font-rivanna: Rivanna, serif;
|
|
|
|
// Colors
|
|
@color-text: rgba(19, 18, 18, 0.95);
|
|
@color-accent: #ff6600;
|
|
@color-tab-bg: #252525;
|
|
@color-tab-text: beige;
|
|
@color-input-text: #494e6b;
|
|
@color-sidebar-bg: #f5f5f5;
|
|
|
|
// Backgrounds
|
|
@bg-sheet: url("../images/ui/background_01_clear.webp");
|
|
|
|
// Tabs
|
|
@tab-height: 3rem;
|
|
@tab-font-size: 1.2rem;
|