rotund
This commit is contained in:
@@ -112,3 +112,17 @@
|
||||
text-decoration: underline;
|
||||
color: green;
|
||||
}
|
||||
|
||||
.rainbow {
|
||||
background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
.correction {
|
||||
font-style: italic;
|
||||
background-color: white;
|
||||
border-radius: 5px;
|
||||
color: black;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user