feat: Adds a tag grid at top of articles view.
All checks were successful
CI / release (push) Successful in 6m34s
All checks were successful
CI / release (push) Successful in 6m34s
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
--phoneWidth: (max-width: 684px);
|
||||
--tabletWidth: (max-width: 900px);
|
||||
--orange: #f5a87f;
|
||||
--green: #a6e3a1;
|
||||
--green: #7bf2a7;
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
@@ -61,8 +61,8 @@
|
||||
content: "";
|
||||
background: repeating-linear-gradient(
|
||||
90deg,
|
||||
#ffa86a,
|
||||
#ffa86a 2px,
|
||||
#7bf2a7,
|
||||
#7bf2a7 2px,
|
||||
transparent 0,
|
||||
transparent 10px
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user