mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 20:35:07 +01:00
Add minor fixes (buttons, headers)
This commit is contained in:
parent
a6522f0c89
commit
12669e73a1
@ -4,6 +4,7 @@
|
|||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button,
|
||||||
.button,
|
.button,
|
||||||
a.button {
|
a.button {
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -24,16 +25,22 @@ a.button {
|
|||||||
|
|
||||||
.dark-theme & {
|
.dark-theme & {
|
||||||
background: var(--dark-background-secondary);
|
background: var(--dark-background-secondary);
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* variants */
|
/* variants */
|
||||||
|
|
||||||
&.outline {
|
&.outline {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-color: rgba(0, 0, 0, .2);
|
border-color: var(--light-background-secondary);
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
padding: 8px 18px;
|
padding: 8px 18px;
|
||||||
|
|
||||||
|
.dark-theme & {
|
||||||
|
border-color: var(--dark-background-secondary);
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
:hover {
|
:hover {
|
||||||
transform: none;
|
transform: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
&-title {
|
&-title {
|
||||||
font-size: 2.625rem;
|
font-size: 2.625rem;
|
||||||
margin: 0;
|
margin: 0 0 20px;
|
||||||
|
|
||||||
@media (--phone) {
|
@media (--phone) {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
|
@ -35,6 +35,7 @@ body {
|
|||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
line-height: 1.43;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user