mirror of
https://github.com/Kizuren/statusPage.git
synced 2026-01-07 15:09:50 +01:00
Added link icon for each endpoint
This commit is contained in:
parent
1b7384afbe
commit
f62e171411
5 changed files with 43 additions and 11 deletions
|
|
@ -18,6 +18,29 @@ body {
|
|||
padding:40px 20px;
|
||||
min-height:100vh;
|
||||
}
|
||||
.icon {
|
||||
font-family: 'Material Symbols Outlined';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
line-height: 1;
|
||||
letter-spacing: normal;
|
||||
text-transform: none;
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
word-wrap: normal;
|
||||
direction: ltr;
|
||||
-webkit-font-feature-settings: 'liga';
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
|
||||
|
||||
font-size:0.85em;
|
||||
margin:0px 4px;
|
||||
}
|
||||
|
||||
a:has(>.icon:only-child) {
|
||||
display:inline-flex;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a {
|
||||
color:inherit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue