Skip to content

Commit

Permalink
chore: update IceShrimp Light (#92)
Browse files Browse the repository at this point in the history
* remove dm sans in iceshrimp light

* bump version in iceshrimp light
  • Loading branch information
theycallhermax authored May 24, 2024
1 parent e72750e commit 1517366
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions data/iceshrimp-light/Custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
things may feel slightly off.
*/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:root {
--border-radius-user-icon: 8px;

Expand All @@ -20,7 +18,6 @@ a[href^="/server/"] svg > circle {

[class^="UserShort__Name"] {
filter: contrast(70%);
font-family: "DM Sans", sans-serif;
}

[class^="MessageReply__ReplyBase-sc-"]::before {
Expand Down
2 changes: 1 addition & 1 deletion data/iceshrimp-light/Preset.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "IceShrimp Light"
creator = "theycallhermax"
description = "The light theme from the Misskey fork bringing you no-nonsense fixes, features and improvements you actually want"
tags = ["light", "blue", "iceshrimp"]
version = "1.0.0"
version = "1.1.0"

[variables]
light = true
Expand Down

0 comments on commit 1517366

Please sign in to comment.