mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-01 03:25:04 +03:00
15 lines
No EOL
310 B
CSS
15 lines
No EOL
310 B
CSS
/*
|
|
akf-forum black theme config file
|
|
*/
|
|
:root {
|
|
--main: #ac8fff;
|
|
--btn-clr-1: #e8e8e8;
|
|
--menu-item: #ffffff;
|
|
--borders: #d9d9d9;
|
|
--input-clr: #dcdcdc;
|
|
--box-shadow: #c3c3c3;
|
|
--second: #9f9f9f;
|
|
--anti: #ebebeb;
|
|
--t-username: rgb(236 236 236);
|
|
background-color: #000000;
|
|
} |