mirror of
https://github.com/mue/mue.git
synced 2026-06-12 03:28:46 +02:00
fix: add text shadow on collections
This commit is contained in:
@@ -415,6 +415,7 @@ p.author {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
text-align: center;
|
||||
text-shadow: #000 0 0 15px;
|
||||
.mainTitle {
|
||||
justify-content: center;
|
||||
color: #fff !important;
|
||||
@@ -446,6 +447,7 @@ p.author {
|
||||
flex-flow: column;
|
||||
gap: 15px;
|
||||
max-width: 250px;
|
||||
text-shadow: #000 0 0 15px;
|
||||
|
||||
.title {
|
||||
color: #fff !important;
|
||||
|
||||
Reference in New Issue
Block a user