Baseline History
Build 8636ed5508 current baseline
Current build. Accepted by shio.
Build 862ecb7968
Inherited baseline identical to build 859
Build 8598e7a0ee
Accepted by shio.
Build 7504f9f8d6
Accepted by shio.
Build 6699fa96f2
Accepted by shio.
Commenting is disabled because there's a newer build on this branch
DOM Diff
file.html a
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
<div class="font-sans">
|
2 |
<script>
|
3 |
!function(){try{var d=document.documentElement,n='data-theme',s='setAttribute';var e=localStorage.getItem('theme');if('system'===e||(!e&&false)){var t='(prefers-color-scheme: dark)',m=window.matchMedia(t);if(m.media!==t||m.matches){d.style.colorScheme = 'dark';d[s](n,'dark')}else{d.style.colorScheme = 'light';d[s](n,'light')}}else if(e){d[s](n,e|| '')}else{d[s](n,'light')}if(e==='light'||e==='dark'||!e)d.style.colorScheme=e||'light'}catch(e){}}()
|
4 |
</script>
|
5 |
<section class="flex flex-col items-center gap-12 p-12 tablet:gap-28 tablet:px-20 laptop:px-28">
|
6 |
<h1 class="flex flex-col items-center gap-8 text-4xl font-bold text-mauve-12 tablet:text-6xl laptop:text-7xl desktop:flex-row">I'm a ...,
|
7 |
<button type="button" role="combobox" aria-controls="radix-:r0:"
|
8 |
aria-expanded="false" aria-autocomplete="none" dir="ltr" data-state="closed"
|
9 |
-
class="items-center
|
1 |
+
<div class="__variable_fira-code-normal __variable_inter-normal __variable_noto-sans-normal __variable_rakkas-normal-400 font-sans">
|
2 |
<script>
|
3 |
!function(){try{var d=document.documentElement,n='data-theme',s='setAttribute';var e=localStorage.getItem('theme');if('system'===e||(!e&&false)){var t='(prefers-color-scheme: dark)',m=window.matchMedia(t);if(m.media!==t||m.matches){d.style.colorScheme = 'dark';d[s](n,'dark')}else{d.style.colorScheme = 'light';d[s](n,'light')}}else if(e){d[s](n,e|| '')}else{d[s](n,'light')}if(e==='light'||e==='dark'||!e)d.style.colorScheme=e||'light'}catch(e){}}()
|
4 |
</script>
|
5 |
<section class="flex flex-col items-center gap-12 p-12 tablet:gap-28 tablet:px-20 laptop:px-28">
|
6 |
<h1 class="flex flex-col items-center gap-8 text-4xl font-bold text-mauve-12 tablet:text-6xl laptop:text-7xl desktop:flex-row">I'm a ...,
|
7 |
<button type="button" role="combobox" aria-controls="radix-:r0:"
|
8 |
aria-expanded="false" aria-autocomplete="none" dir="ltr" data-state="closed"
|
9 |
+
class="items-center
|