mirror of
https://git.cant.at/Madeorsk/PollVerlaine
synced 2024-11-01 10:24:31 +01:00
Madeorsk
73d932173a
* 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.
7 lines
183 B
CSS
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"; |