diff options
author | Oxbian <got.dacs@slmail.me> | 2023-05-03 21:43:29 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-05-03 21:43:29 +0200 |
commit | 284cf939ce32ed9a85c9d1b8a0d515ccc204bc0e (patch) | |
tree | f76c7ac64262c19047c8a24f1d98e91dae56583c /assets/css | |
parent | 4190413a18a4b0008c1e34647ba5c5fa371396db (diff) | |
download | ArKa-Blog-284cf939ce32ed9a85c9d1b8a0d515ccc204bc0e.tar.gz ArKa-Blog-284cf939ce32ed9a85c9d1b8a0d515ccc204bc0e.zip |
Ajout des premières pages, et modification du générateur afin d'avoir les citations
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/style.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 4940e28..74056e4 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -28,6 +28,7 @@ a:hover margin-right: auto; width: 60%; } + .header{ margin: 1em 0; display: block; @@ -38,4 +39,10 @@ a:hover display: flex; justify-content: space-between; font-weight: bold; -}
\ No newline at end of file +} + +blockquote { + border-left: 3px solid #0077b6; + padding-left: 10px; + background-color: #90e0ef; +} |