You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* I decided to make the 2nd project language file for this project (SNU) to be CSS, as CSS is one of the 3 main languages used for web development, and one of the main stylesheet languages for this project. */
/* Now to make this a multi-purpose file, I will add styling for a basic dark mode template */
h1 {
color: white;
}
h2 {
color: white;
}
h3 {
color: white;
}
h4 {
color: white;
}
h5 {
color: white;
}
h6 {
color: white;
}
p {
color: white;
}
/* Note for project language files: The languages associated with SNU programming tools are not included as project language files, as there are too many to list. */