1
0
mirror of https://git.cant.at/Madeorsk/PollVerlaine synced 2024-11-01 10:24:31 +01:00
PollVerlaine/webroot/static/css/main.css
Madeorsk 73d932173a Moved index and static files in a webroot directory.
* Security improvement: index.php and static files are now in a webroot directory. The webserver should point to this directory instead of the one containing all the code and the configuration.
2019-02-24 13:50:50 +01:00

7 lines
183 B
CSS

@import url("/static/fonts/Nunito/Nunito.css");
@import url("/static/fonts/PTSerif/PTSerif.css");
@import "common.css";
@import "home.css";
@import "poll.css";
@import "results.css";