mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 20:19:13 +00:00
Use primary color
This commit is contained in:
@@ -154,7 +154,7 @@ a code {
|
||||
}
|
||||
|
||||
.width-sizing-example div {
|
||||
background: tomato;
|
||||
background: #0074d9;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: .25rem;
|
||||
@@ -175,7 +175,7 @@ a code {
|
||||
.height-sizing-example div {
|
||||
width: calc(25% - 1rem);
|
||||
float: left;
|
||||
background: tomato;
|
||||
background: #0074d9;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: .25rem;
|
||||
|
||||
Reference in New Issue
Block a user