mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 08:23:37 +00:00
15 lines
257 B
CSS
15 lines
257 B
CSS
/* This file was created to satisfy requirements for Obsidian's plugins */
|
|
|
|
.title_txt{
|
|
color:white;
|
|
align:center;
|
|
}
|
|
|
|
.donheader_txt{
|
|
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
|
|
font-weight: 600;
|
|
color:red;
|
|
align:center;
|
|
}
|
|
|