Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 277f5d2

Browse files
committed
Merge branch 'main' of https://github.com/hoiheart/vue-diff into main
2 parents b861026 + 0cdf1ff commit 277f5d2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Vue Diff</title>
77
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
8+
<meta name="google-site-verification" content="u7XrdGhKnDkPIIw867fVSCqMet0sjBwyu5aYpy8stuQ" />
89
</head>
910
<body class="bg-gray-900">
1011
<div class="p-12">

src/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
overflow: hidden;
2121
width: 100%;
2222
padding: 1em 0;
23+
line-height: 1.5;
2324

2425
> table {
2526
width: 100%;
@@ -35,6 +36,7 @@
3536
padding-top: .05em;
3637
text-align: right;
3738
color: #999;
39+
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
3840
font-size: 0.9em;
3941
}
4042

@@ -60,6 +62,8 @@
6062
}
6163

6264
code {
65+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",monospace;
66+
6367
&::before {
6468
display: inline-block;
6569
position: absolute;

0 commit comments

Comments
 (0)