styling
All checks were successful
deploy to production / deploy (push) Successful in 48s

This commit is contained in:
Robin Grenzdörfer 2023-12-26 14:00:11 +00:00
parent 8844a9f77d
commit 0af187e51f
2 changed files with 16 additions and 9 deletions

View File

@ -16,7 +16,14 @@ body {
ul { ul {
list-style-type: none; list-style-type: none;
} }
.boxes {
.content {
ul {
padding-left: 20px;
list-style-type: disc;
}
}
}
ol { ol {
list-style-type: decimal; list-style-type: decimal;
} }

View File

@ -51,19 +51,19 @@
<style lang="less"> <style lang="less">
@import "../../assets/css/main.less"; @import "../../assets/css/main.less";
button {
margin-top: 20px;
background-color: @signal-color;
color: @font-color-secondary;
border: 2px solid @signal-color;
padding: 2px 15px;
font-weight: bold;
}
.boxes { .boxes {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
font-family: "Libre Franklin", "sans-serif"; font-family: "Libre Franklin", "sans-serif";
button {
margin-top: 20px;
background-color: @signal-color;
color: @font-color-secondary;
border: 2px solid @signal-color;
padding: 2px 15px;
font-weight: bold;
}
.box { .box {
border-bottom: 2px dotted @bg-color-secondary; border-bottom: 2px dotted @bg-color-secondary;
display: flex; display: flex;