diff options
Diffstat (limited to 'static/src/style.css')
| -rw-r--r-- | static/src/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/src/style.css b/static/src/style.css new file mode 100644 index 0000000..adc68fa --- /dev/null +++ b/static/src/style.css @@ -0,0 +1,3 @@ +h1 { + color: red; +} |
