I have added css for a website. #417
Closed
CorruptPriest
started this conversation in
General
Replies: 1 comment
-
Sorry for the late reply, so the structure is basically the comments separate each feature so there can not be comments between any { }. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I have forked this repository and added CSS for mymind.com - Idk how to ensure it is working with the mod.
Here is the code so you or anyone else can add it -
html,
body {
background: transparent !important;
margin: 0;
padding: 0;
color: #fff;
/* Keeping the text legible on a see-through backdrop /
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
/ A subtle shadow for better readability */
}
Beta Was this translation helpful? Give feedback.
All reactions