added yakui theme css

added new 8ball answers
hash-command-arbitrary
Avril 2 years ago
parent 5219dde953
commit 6d5460ece6
Signed by untrusted user: flanchan
GPG Key ID: 966FE03CC0E0B199

@ -433,26 +433,28 @@ var EIGHT_BALL = [
'Yes', 'Yes',
'No', 'No',
'Maybe', 'Maybe',
'Ara ara', 'Ara ara~',
'あってさて~ *smokes pipe*',
'Are you pure?',
'Why this', 'Why this',
'Help',
'git gud',
'Okay', 'Okay',
'My condolences', 'My condolences',
'Praise be',
'EEEEEEH?!',
'Try again never', 'Try again never',
'100%',
'Can you repeat the question', 'Can you repeat the question',
'lol',
'0.1%',
'agreedo',
'nope.avi',
'Would you kindly?', 'Would you kindly?',
]; ];
var IMFEY = [ var IMFEY = [
'EEEEEEH?!',
'nope.avi',
'100%',
'Praise be',
'wowme2', 'wowme2',
'lol',
'0.1%',
'agreedo',
'Help',
'git gud',
'u do u', 'u do u',
"go get 'em champ", "go get 'em champ",
'my child...', 'my child...',

@ -0,0 +1 @@
../assets

@ -23,7 +23,7 @@ article,
section { section {
background: rgba(72, 34, 102, 0.5); background: rgba(72, 34, 102, 0.5);
padding: 10px; padding: 10px;
transform: rotate(5deg) skew(5deg); transform: rotate(2deg) skew(3deg);
transition: ease-in 0.5s; transition: ease-in 0.5s;
} }

Loading…
Cancel
Save