mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 11:22:10 +00:00
8 lines
118 B
CSS
8 lines
118 B
CSS
:root {
|
|
--blue: #2196f3;
|
|
--dark-blue: #1E88E5;
|
|
--red: #F44336;
|
|
--dark-red: #D32F2F;
|
|
--moon-grey: #f2f2f2;
|
|
}
|