diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-11 19:38:53 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-11 19:38:53 +0200 |
| commit | 6a4d95f988e7782080de3056fe60522404ea4a12 (patch) | |
| tree | 214a6c478ccf7e6f4f4419b2963c8e32c2d2c2a6 /animism-align/frontend/app/common | |
| parent | 5f7315b1512ecb36be73ab91b52a178257337dd7 (diff) | |
adding vitrine
Diffstat (limited to 'animism-align/frontend/app/common')
| -rw-r--r-- | animism-align/frontend/app/common/app.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/animism-align/frontend/app/common/app.css b/animism-align/frontend/app/common/app.css index e9efdc3..cca40fd 100644 --- a/animism-align/frontend/app/common/app.css +++ b/animism-align/frontend/app/common/app.css @@ -80,7 +80,7 @@ li { /* headings */ h1 { - color: #eee; + /*color: #eee;*/ margin-bottom: 1.25rem; font-size: 1.5rem; font-weight: normal; @@ -90,12 +90,12 @@ div:first-child > h1:first-child, margin-top: 0; } h2 { - color: #eee; + /*color: #eee;*/ font-size: 1.25rem; font-weight: normal; } h3 { - color: #eee; + /*color: #eee;*/ margin-top: 0; margin-bottom: 1.25rem; font-size: 1.0rem; |
