Compare commits

...

2 Commits

Author SHA1 Message Date
freakoverse
1a52bfd30b Merge pull request 'temp fix for blockquote style' (#16) from staging into master
All checks were successful
Release to Staging / build_and_release (push) Successful in 44s
Reviewed-on: #16
2024-08-19 10:56:41 +00:00
freakoverse
1f93e9c6b6 temp fix for blockquote style
All checks were successful
Release to Staging / build_and_release (push) Successful in 43s
2024-08-19 10:44:36 +00:00

View File

@ -48,6 +48,14 @@
width: 100%;
}
.IBMSMSMBSSPostTitleText > blockquote {
border-radius: 0 10px 10px 0;
border-left: solid 6px rgba(255, 255, 255, 0.1);
padding: 25px;
background: #232323;
color: rgba(255, 255, 255, 0.75);
}
.IBMSMSMBSSPostInside {
display: flex;
flex-direction: column;