Skip to content

Commit

Permalink
Embed status badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Senexis committed Nov 9, 2023
1 parent 8dbe9c1 commit f1442f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,10 @@ const config: Config = {
<small class="opacity-60">
Red Dead Redemption, Red Dead Online, RDR and RDO are registered trademarks by Rockstar Games.<br>
This site and bot are not endorsed, recognised, sponsored, or approved by Rockstar Games.
</small>
</small><br>
<div class="inline-block bg-[#1c1e21] w-[250px] h-[30px] rounded mt-2 overflow-hidden opacity-80 hover:opacity-100 transition-opacity">
<iframe src="https://status.rdo.gg/badge?theme=dark" frameborder="0" scrolling="no" class="w-full h-full"></iframe>
</div>
`,
},
prism: {
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'docusaurus.config.js',
'docusaurus.config.ts',
'src/**/*.{js,jsx,ts,tsx}',
],
darkMode: ['class', '[data-theme="dark"]'],
Expand Down

0 comments on commit f1442f3

Please sign in to comment.