mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
Feat: Added Neon styled hr style
This commit is contained in:
parent
67e0435922
commit
067d7be5b4
1 changed files with 10 additions and 0 deletions
|
@ -150,4 +150,14 @@ hr.content {
|
|||
hsla(0, 0%, 0%, 0.5),
|
||||
hsla(0, 0%, 0%, 0));
|
||||
position: relative;
|
||||
}
|
||||
/*hr for sud headings in articles*/
|
||||
hr.subhead {
|
||||
height: 20px;
|
||||
width: 80%;
|
||||
background-image: radial-gradient(
|
||||
farthest-side at 50% -50%,
|
||||
hsl(185, 76%, 52%),
|
||||
hsla(0, 0%, 0%, 0));
|
||||
position: relative;
|
||||
}
|
Loading…
Add table
Reference in a new issue