fix colors on first page (wip)

This commit is contained in:
mroxso 2023-08-13 23:48:51 +02:00
parent 3e0329d54e
commit 7ade6bb56f

View File

@ -274,20 +274,20 @@ async fn handle_web_request(
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet"> <link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
<style> <style>
body {{ body {
background-color: #6320a7; background-color: #6320a7 !important; /* Make sure this override takes precedence */
color: white; color: white;
}} }
a {{ a {
color: pink; color: pink !important;
}} }
.btn {{ .btn-primary {
background-color: #ff4081; background-color: #ff4081 !important;
}} }
</style> </style>
<title>Enter Your Pubkey</title> <title>Join Nostr - Enter your pubkey</title>
</head> </head>
<body> <body>