1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-20 06:05:23 +00:00

Fix and QA (#325)

* [CodeFactor] Apply fixes

* Update README.md

* Update README.md

Co-authored-by: codefactor-io <support@codefactor.io>
This commit is contained in:
liberodark 2020-06-14 00:34:45 +02:00 committed by GitHub
parent 52f8cd6d0c
commit 80877380af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
# OpenDiablo2
[![CircleCI](https://circleci.com/gh/OpenDiablo2/OpenDiablo2/tree/master.svg?style=svg)](https://circleci.com/gh/OpenDiablo2/OpenDiablo2/tree/master)
[![Code Status](https://www.codefactor.io/repository/github/OpenDiablo2/OpenDiablo2/badge)](https://www.codefactor.io/repository/github/OpenDiablo2/OpenDiablo2)
[Join us on Discord!](https://discord.gg/pRy8tdc)\
[Development Live stream](https://www.twitch.tv/essial/)

8
docs/style.css Normal file → Executable file
View File

@ -31,13 +31,13 @@ hr {
margin: 0;
padding: 0;
border-color: #000;
box-shadow: 0px 0px 4px #f00;
box-shadow: 0 0 4px #f00;
}
h1 {
font-family:'Diablo Heavy';
font-size: 5em;
text-shadow: 0px 0px 6px #c00;
text-shadow: 0 0 6px #c00;
}
h1 span {
@ -50,7 +50,7 @@ h1 span {
h2 {
font-family:'Diablo Heavy';
font-size: 2.5em;
text-shadow: 0px 0px 4px #c00;
text-shadow: 0 0 4px #c00;
}
img.imgFrame {
@ -122,7 +122,7 @@ a.btnMedium {
min-width: 128px;
min-height:3px;
display:inline-block;
padding: 9px 0 10px 0;
padding: 9px 0 10px;
margin: 0;
border: none;
font-family:'Diablo Heavy';