From 8bb45dbacd2ca26d785d4a3c93b19058bac5d408 Mon Sep 17 00:00:00 2001 From: thecozies <79979276+thecozies@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:56:19 -0600 Subject: [PATCH] remove outline and fix unknown box-sizing value --- assets/main.rcss | 2 +- assets/recomp.rcss | 5 ++--- assets/scss/styles/global.scss | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/assets/main.rcss b/assets/main.rcss index 80db95f..613efbf 100644 --- a/assets/main.rcss +++ b/assets/main.rcss @@ -1 +1 @@ -h1{font-size:64dp;font-style:normal;font-weight:700;letter-spacing:4.48dp;line-height:64dp}h2{font-size:48dp;font-style:normal;font-weight:700;letter-spacing:3.36dp;line-height:48dp}h3{font-size:32dp;font-style:normal;font-weight:700;letter-spacing:2.24dp;line-height:32dp}h4{font-size:32dp;font-style:normal;font-weight:700;letter-spacing:3.52dp;line-height:32dp}h5{font-size:20dp;font-style:normal;font-weight:700;letter-spacing:2.2dp;line-height:20dp}h6{font-size:12dp;font-style:normal;font-weight:700;letter-spacing:1.32dp;line-height:12dp;text-transform:uppercase}body{font-size:16dp;font-style:normal;font-weight:400;letter-spacing:1.32dp;line-height:16dp}h1{font-size:64dp;font-style:normal;font-weight:700;letter-spacing:4.48dp;line-height:64dp}h2{font-size:48dp;font-style:normal;font-weight:700;letter-spacing:3.36dp;line-height:48dp}h3{font-size:32dp;font-style:normal;font-weight:700;letter-spacing:2.24dp;line-height:32dp}h4{font-size:32dp;font-style:normal;font-weight:700;letter-spacing:3.52dp;line-height:32dp}h5{font-size:20dp;font-style:normal;font-weight:700;letter-spacing:2.2dp;line-height:20dp}h6{font-size:12dp;font-style:normal;font-weight:700;letter-spacing:1.32dp;line-height:12dp;text-transform:uppercase}body{font-size:16dp;font-style:normal;font-weight:400;letter-spacing:1.32dp;line-height:16dp}body{box-sizing:border-box;color:#f2f2f2;font-family:chiaro}*,*:before,*:after{box-sizing:inherit}button{background-color:#4e1b7e} +h1{font-size:64dp;font-style:normal;font-weight:700;letter-spacing:4.48dp;line-height:64dp}h2{font-size:48dp;font-style:normal;font-weight:700;letter-spacing:3.36dp;line-height:48dp}h3{font-size:32dp;font-style:normal;font-weight:700;letter-spacing:2.24dp;line-height:32dp}h4{font-size:32dp;font-style:normal;font-weight:700;letter-spacing:3.52dp;line-height:32dp}h5{font-size:20dp;font-style:normal;font-weight:700;letter-spacing:2.2dp;line-height:20dp}h6{font-size:12dp;font-style:normal;font-weight:700;letter-spacing:1.32dp;line-height:12dp;text-transform:uppercase}body{font-size:16dp;font-style:normal;font-weight:400;letter-spacing:1.32dp;line-height:16dp}h1{font-size:64dp;font-style:normal;font-weight:700;letter-spacing:4.48dp;line-height:64dp}h2{font-size:48dp;font-style:normal;font-weight:700;letter-spacing:3.36dp;line-height:48dp}h3{font-size:32dp;font-style:normal;font-weight:700;letter-spacing:2.24dp;line-height:32dp}h4{font-size:32dp;font-style:normal;font-weight:700;letter-spacing:3.52dp;line-height:32dp}h5{font-size:20dp;font-style:normal;font-weight:700;letter-spacing:2.2dp;line-height:20dp}h6{font-size:12dp;font-style:normal;font-weight:700;letter-spacing:1.32dp;line-height:12dp;text-transform:uppercase}body{font-size:16dp;font-style:normal;font-weight:400;letter-spacing:1.32dp;line-height:16dp}body{box-sizing:border-box;color:#f2f2f2;font-family:chiaro}*,*:before,*:after{box-sizing:border-box}button{background-color:#4e1b7e} diff --git a/assets/recomp.rcss b/assets/recomp.rcss index 9190b20..8e031f9 100644 --- a/assets/recomp.rcss +++ b/assets/recomp.rcss @@ -1,6 +1,5 @@ * { box-sizing:border-box; - font-effect: outline(2dp black); } hr { @@ -10,7 +9,7 @@ hr { } body { - font-family: LatoLatin; + font-family: chiaro; font-weight: normal; font-style: normal; font-size: 20dp; @@ -649,4 +648,4 @@ textarea scrollbarhorizontal sliderbar:hover { textarea scrollbarhorizontal sliderbar:active { background-color: rgba(119, 0, 0, .8) -} \ No newline at end of file +} diff --git a/assets/scss/styles/global.scss b/assets/scss/styles/global.scss index 6f9efa5..41bee61 100644 --- a/assets/scss/styles/global.scss +++ b/assets/scss/styles/global.scss @@ -13,7 +13,7 @@ body } *, *:before, *:after { - box-sizing: inherit; + box-sizing: border-box; } h1 {