forked from toptal/haste-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed stats container on mobile, Fixed Theming for Mobile devices,
- Loading branch information
1 parent
3819372
commit a47b6f5
Showing
3 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<html> | ||
<html data-theme="dark"> | ||
<head> | ||
<title>Euphoria Development | Paste</title> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link rel="stylesheet" type="text/css" href="solarized_dark.css" /> | ||
<link rel="stylesheet" type="text/css" href="application.css" /> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/full.min.css" rel="stylesheet" type="text/css" /> | ||
|
@@ -25,9 +24,9 @@ | |
theme: { | ||
extend: {} | ||
}, | ||
daisyui: { | ||
themes: ["dark"] | ||
} | ||
daisyui: { | ||
themes: ["dark"] | ||
} | ||
} | ||
</script> | ||
<script type="text/javascript"> | ||
|