File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272.wrapped-scope .blur-3xl {
7373 filter : blur (64px ) !important ;
7474}
75- . wrapped-scope a {
76- color : inherit;
77- text-decoration : inherit;
78- }
79-
80- . wrapped-scope button {
81- background- color: transparent ;
82- color : inherit;
75+ @layer base {
76+ button ,
77+ [ type = "button" ] ,
78+ [ type = "reset" ] ,
79+ [ type = "submit" ] {
80+ background-color : transparent;
81+ color : inherit ;
82+ }
8383}
8484
85+ @tailwind base;
8586.wrapped-scope hr {
8687 border-color : # 111827 ;
8788}
Original file line number Diff line number Diff line change 44 class="text-5xl"
55 :title =" t (' results.words.breakdown.title' )"
66 >
7+ <WrappedStyleGlow />
8+
79 <div
810 v-for =" (data, author) in result.getWordUsage.authors"
911 :key =" author"
10- class =" w-full mt-4 max-w-md rounded-3xl bg-white/5 px-8 py-6 text-center shadow-xl shadow-black/40 backdrop-blur-lg"
12+ class =" relative z-10 w-full mt-4 max-w-md rounded-3xl bg-white/5 px-8 py-6 text-center shadow-xl shadow-black/40 backdrop-blur-lg overflow-hidden "
1113 >
12- <WrappedStyleGlow />
13-
1414 <div class =" text-2xl font-semibold tracking-tight" >
1515 {{ author }}
1616 </div >
Original file line number Diff line number Diff line change 11<template >
22 <div
3- class =" w-full h-full flex items-center justify-center text-center relative flex-col gap-2 isolate"
3+ class =" w-full h-full flex items-center justify-center text-center relative flex-col gap-2 isolate pt-8 pb-4 px-4 "
44 >
55 <h2
66 v-if =" title"
7- class =" font-extrabold break-words w-3/4 text-shadow-lg text-shadow-white z-50"
7+ class =" font-extrabold break-words w-full max-w-xs sm:max-w-sm text-2xl sm:text-3xl text- shadow-lg text-shadow-white z-50 shrink-0 mb-2 leading-tight "
88 style =" text-shadow : 0 0 3px black "
99 >
1010 {{ title }}
You can’t perform that action at this time.
0 commit comments