mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-01 03:25:04 +03:00
15 lines
No EOL
323 B
CSS
15 lines
No EOL
323 B
CSS
/* akf-forum default theme config file */
|
|
|
|
:root {
|
|
--main: #4d18e6;
|
|
--btn-clr-1: #e8e8e8;
|
|
--menu-item: #ffffff;
|
|
--borders: #d9d9d9;
|
|
--input-clr: #414141;
|
|
--box-shadow: #c3c3c3;
|
|
--second: #747474;
|
|
--anti: #151515;
|
|
--t-username: #555;
|
|
--important: red;
|
|
background-color: #ffffff;
|
|
} |