mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-31 13:31:39 +00:00
Remove hero borders from stats page
This commit is contained in:
parent
f55b70b4e3
commit
93ba2dd24a
1 changed files with 1 additions and 1 deletions
|
|
@ -403,7 +403,6 @@
|
|||
text-underline-offset: 4px;
|
||||
}
|
||||
|
||||
[data-page="stats"] [data-section="hero"],
|
||||
[data-page="stats"] [data-section="chart"],
|
||||
[data-page="stats"] [data-section="newsletter"] {
|
||||
border-bottom: 1px solid var(--stats-line);
|
||||
|
|
@ -424,6 +423,7 @@
|
|||
overflow: hidden;
|
||||
padding: 128px 24px 48px;
|
||||
border-bottom: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
[data-page="stats"] h1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue