Skip to content

Commit

Permalink
Some Styling Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tks18 committed Jun 9, 2020
1 parent ce83fe1 commit 2037f6b
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 12 deletions.
2 changes: 2 additions & 0 deletions vuejs/dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
</a>
</div>
</div>
<br />
<br />

##### For Official Code of Conduct - [Click Here](https://github.com/tks18/gindex-v4/blob/dark-mode-0-1/CODE_OF_CONDUCT.md).

Expand Down
2 changes: 1 addition & 1 deletion vuejs/dist/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Binary file added vuejs/dist/css/app.3db5187f.css.gz
Binary file not shown.
Binary file removed vuejs/dist/css/app.f3d2dc0a.css.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion vuejs/dist/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=https://cdn.jsdelivr.net/gh/tks18/[email protected].2/vuejs/dist/favicon.ico><link href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css rel=preload as=style><link href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css rel=stylesheet><link href=https://cdn.jsdelivr.net/npm/font-awesome@latest/css/font-awesome.min.css rel=preload as=style><link href=https://cdn.jsdelivr.net/npm/font-awesome@latest/css/font-awesome.min.css rel=stylesheet><link href=https://cdn.jsdelivr.net/npm/[email protected]/dist/font-awesome-animation.min.css rel=preload as=style><link href=https://cdn.jsdelivr.net/npm/[email protected]/dist/font-awesome-animation.min.css rel=stylesheet><title>gindex-v4</title><script>var authConfig = {
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=https://cdn.jsdelivr.net/gh/tks18/[email protected].3/vuejs/dist/favicon.ico><link href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css rel=preload as=style><link href=https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css rel=stylesheet><link href=https://cdn.jsdelivr.net/npm/font-awesome@latest/css/font-awesome.min.css rel=preload as=style><link href=https://cdn.jsdelivr.net/npm/font-awesome@latest/css/font-awesome.min.css rel=stylesheet><link href=https://cdn.jsdelivr.net/npm/[email protected]/dist/font-awesome-animation.min.css rel=preload as=style><link href=https://cdn.jsdelivr.net/npm/[email protected]/dist/font-awesome-animation.min.css rel=stylesheet><title>gindex-v4</title><script>var authConfig = {
version: '1.1.0',
roots: [
{
Expand Down
Binary file removed vuejs/dist/js/app.59924d44.js.gz
Binary file not shown.

Large diffs are not rendered by default.

Binary file added vuejs/dist/js/app.717fc42e.js.gz
Binary file not shown.

Large diffs are not rendered by default.

Binary file added vuejs/dist/js/chunk-747a47ed.34759d0d.js.gz
Binary file not shown.
Binary file removed vuejs/dist/js/chunk-747a47ed.42483401.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion vuejs/dist/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
@import url(css/chunk-5c5a94ee.8a35c7a4.css);
@import url(css/chunk-5b360fb2.7b51c22c.css);
@import url(css/chunk-075e2f32.1bef64fc.css);
@import url(css/app.f3d2dc0a.css);
@import url(css/app.3db5187f.css);
4 changes: 2 additions & 2 deletions vuejs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gindex-v4",
"version": "5.6.2",
"g2index": "5.6.2",
"version": "5.6.3",
"g2index": "5.6.3",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down
2 changes: 2 additions & 0 deletions vuejs/public/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
</a>
</div>
</div>
<br />
<br />

##### For Official Code of Conduct - [Click Here](https://github.com/tks18/gindex-v4/blob/dark-mode-0-1/CODE_OF_CONDUCT.md).

Expand Down
12 changes: 8 additions & 4 deletions vuejs/src/assets/style/theme/acrou/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

html {
background-color: #342b38;
font-family: 'Berkshire Swash', cursive;
}

.navbar {
Expand Down Expand Up @@ -359,10 +358,15 @@ body {
margin:1rem 0;
background-color: #342b38;
text-align:center;
font-family: 'Major Mono Display', monospace;
h1,h2,h3,h4,h5,h6 {
h1,h2,h3,h4,h5,h6,p {
color: white;
}
a {
color: #ff9595;
}
a:hover {
color: white;
font-family: 'Pacifico', cursive;
background-color: transparent;
}
}

Expand Down

0 comments on commit 2037f6b

Please sign in to comment.