I quickly became homophobic

This commit is contained in:
ThatOneCalculator 2022-08-16 22:53:17 -07:00
parent fe7a273aee
commit 387d388da9
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "misskey", "name": "misskey",
"version": "12.118.1-calc.6.1", "version": "12.118.1-calc.6.2",
"codename": "aqua", "codename": "aqua",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -298,11 +298,6 @@ function readPromo() {
font-size: 1.05em; font-size: 1.05em;
overflow: clip; overflow: clip;
contain: content; contain: content;
transition: background-color 0.25s ease-in-out;
&:hover {
background-color: var(--panelHighlight);
}
// //
// //
@ -331,6 +326,11 @@ function readPromo() {
border: solid 1px var(--focus); border: solid 1px var(--focus);
border-radius: var(--radius); border-radius: var(--radius);
box-sizing: border-box; box-sizing: border-box;
transition: background-color 0.25s ease-in-out;
&:hover {
background-color: var(--panelHighlight);
}
} }
} }