Links in new tab

This commit is contained in:
2022-03-14 10:57:06 +01:00
parent b4a076a494
commit 71a053662c
3 changed files with 14 additions and 12 deletions

View File

@ -3,7 +3,7 @@
flex-direction: column;
height: 100vh;
margin: 0;
padding: 10px;
padding: 2px 10px 10px 10px;
}
.header {
@ -13,6 +13,7 @@
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
}
.header * {
@ -24,7 +25,7 @@
.header a {
color: var(--repl-color);
text-decoration: underline;
font-size: 80%;
font-size: 0.9em;
}
.header a:hover {
@ -34,7 +35,7 @@
.header .divider {
color: var(--repl-color);
margin: 0 5px;
font-size: 80%;
font-size: 1.1em;
}
.header .spacer {
@ -43,6 +44,8 @@
.iconLink {
cursor: pointer;
font-size: 1.6em;
padding-top: 0.3em;
}
.tooltip {