source: Sources/frontend/src/styles.css

Last change on this file was 8423429, checked in by AngelNasev <angel.nasev@…>, 15 months ago

Add backend and frontend projects

  • Property mode set to 100644
File size: 109 bytes
Line 
1body {
2 font-family: system-ui;
3 background-color: #EEEEEE;
4}
5
6h1, h2 {
7 color: rgba(27, 39, 107, 0.8);
8}
Note: See TracBrowser for help on using the repository browser.