Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jmablog/hugo-clinic-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJames <james@jmablog.com>2020-09-05 18:36:17 +0300
committerJames <james@jmablog.com>2020-09-05 18:36:17 +0300
commitd6e710ca7cc2996ff842a0d96fdf8289acffe191 (patch)
tree5a334a47272d2eab72f740c0484a25217a406368 /static
parent989557b2f84c760aa460282d81670140217714e7 (diff)
Add time field to appointments
Diffstat (limited to 'static')
-rw-r--r--static/styles.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/static/styles.css b/static/styles.css
index 469b20b..0bd39d1 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -616,8 +616,6 @@ video {
.hugo-content li {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
- list-style-type: disc;
- list-style-position: inside;
}
.hugo-content h1,
@@ -685,7 +683,7 @@ video {
background-color: rgba(247, 250, 252, var(--bg-opacity));
}
-.hugo-content h4 > em {
+.hugo-content h4>em {
font-style: italic;
--text-opacity: 1;
color: #a0aec0;
@@ -1224,4 +1222,4 @@ video {
.print\:w-full {
width: 100%;
}
-}
+} \ No newline at end of file