added code span to css styles

This commit is contained in:
rawleyIfowler
2022-03-02 18:45:08 -06:00
parent b6d7d2b2ba
commit a137a2fb8f

View File

@@ -70,6 +70,13 @@ li {
padding-bottom: 6px; padding-bottom: 6px;
} }
span {
background-color: rgba(25, 25, 25, 0.6);
color: #50f77b;
padding-left: 2px;
padding-right: 2px;
}
a { a {
text-decoration: none; text-decoration: none;
color: #242124; color: #242124;