UNPKG
mdt-for-typecho
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
Concise Typecho blog theme.
mdt-for-typecho
/
assets
/
css
/
alert-js.css
11 lines
•
269 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
@font-face
{
font-family
:
'Source Code'
;
src
:
url
(
'https://cdn.jsdelivr.net/gh/z-cdn/Font@5d081c5/Code/SourceCodeVariable-Italic.ttf'
); }
.alert-js
{
background-color
:
#FFFF9D
;
text-align
: center; }
code
.code-js
{
font-family
: Source Code; }