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",
"version": "12.118.1-calc.6.1",
"version": "12.118.1-calc.6.2",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -298,11 +298,6 @@ function readPromo() {
font-size: 1.05em;
overflow: clip;
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-radius: var(--radius);
box-sizing: border-box;
transition: background-color 0.25s ease-in-out;
&:hover {
background-color: var(--panelHighlight);
}
}
}