diff options
author | Indrajith K L | 2022-11-24 00:22:30 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-24 00:22:30 +0530 |
commit | 5952db43c480daac5092bd41ffba435f5f91b32b (patch) | |
tree | 1eb21ff9815a93ffa79b1855336dd94062a9cc08 /src/css | |
parent | e52cb8f5462f2c341281aaec246022d58f42dae5 (diff) | |
download | indrajith-dev-5952db43c480daac5092bd41ffba435f5f91b32b.tar.gz indrajith-dev-5952db43c480daac5092bd41ffba435f5f91b32b.tar.bz2 indrajith-dev-5952db43c480daac5092bd41ffba435f5f91b32b.zip |
Main Website Changes
* Layout and Style Changes
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/styles.css | 18 |
1 files changed, 18 insertions, 0 deletions
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 |