aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-03-12 15:03:31 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-03-12 15:03:31 +0100
commitd5d461a167eda53e175345476978d97614d91371 (patch)
tree18492549afad9b054f317b4944c0f58df9c1bddf
parent5e0dac86dcffa1f25db526a918a7f3828be09c43 (diff)
downloadmem-estrogen-zone-d5d461a167eda53e175345476978d97614d91371.tar.gz
mem-estrogen-zone-d5d461a167eda53e175345476978d97614d91371.tar.bz2
mem-estrogen-zone-d5d461a167eda53e175345476978d97614d91371.tar.lz
mem-estrogen-zone-d5d461a167eda53e175345476978d97614d91371.zip

fix: bg opacity is not a thing anymore :sob:

-rw-r--r--src/lib/styles.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/styles.ts b/src/lib/styles.ts
index fd361b4..02f3805 100644
--- a/src/lib/styles.ts
+++ b/src/lib/styles.ts
@@ -7,4 +7,4 @@
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-export const button = "bg-white bg-opacity-10 text-white p-4 rounded-xl";
+export const button = "bg-white/10 text-white p-4 rounded-xl";