You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
381 B
CSS
14 lines
381 B
CSS
@import url('at.css');
|
|
|
|
:root {
|
|
--tomato-background: #2b323a;
|
|
--tomato-panel-background: #fff;
|
|
--tomato-container-background: #f0f1f4;
|
|
--tomato-color: #76838f;
|
|
--tomato-accent-color: #2180de;
|
|
--tomato-shadow-color: 150, 150, 150;
|
|
--tomato-controls-border: 1px solid var(--tomato-container-background);
|
|
--tomato-controls-border-radius: 4px;
|
|
--tomato-controls-size: 20px;
|
|
}
|