From 5952db43c480daac5092bd41ffba435f5f91b32b Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Thu, 24 Nov 2022 00:22:30 +0530 Subject: Main Website Changes * Layout and Style Changes --- src/css/styles.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/css') diff --git a/src/css/styles.css b/src/css/styles.css index ef8ac05..b59a4e1 100644 --- a/src/css/styles.css +++ b/src/css/styles.css @@ -261,4 +261,22 @@ img { .tools-container label{ font-weight: bold; +} + +p.first-letter::first-letter { + font-size: 150%; +} + +.highlight { + background: #000000; + padding: 2px; + color: #ffffff; +} + +.highlight.tags { + border-radius: 8px; +} + +.article { + line-height: 25px; } \ No newline at end of file -- cgit v1.2.3