akf-forum/src/themes/default_black/public/main.css

15 lines
310 B
CSS
Raw Normal View History

/*
akf-forum black theme config file
*/
2022-08-31 18:11:54 +03:00
:root {
2022-08-31 19:16:43 +03:00
--main: #ac8fff;
2022-08-31 18:11:54 +03:00
--btn-clr-1: #e8e8e8;
--menu-item: #ffffff;
--borders: #d9d9d9;
2022-08-31 19:16:43 +03:00
--input-clr: #dcdcdc;
2022-08-31 18:11:54 +03:00
--box-shadow: #c3c3c3;
2022-08-31 19:16:43 +03:00
--second: #9f9f9f;
2022-09-09 17:38:13 +03:00
--anti: #ebebeb;
2022-08-31 19:16:43 +03:00
--t-username: rgb(236 236 236);
background-color: #000000;
2022-08-31 18:11:54 +03:00
}