Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit 19ea4b4

Browse files
author
yashksaini-coder
committed
Update Dockerfile to use Python 3.12 and modify terminal styles in base.html
1 parent 036c341 commit 19ea4b4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim
1+
FROM python:3.12-slim
22

33
ARG GEMINI_API_KEY
44
ARG GROQ_API_KEY

templates/base.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet">
1010
<style>
1111
:root {
12-
--terminal-color: #8b1eea;
13-
--terminal-bg: #000000;
14-
--terminal-glow: 0 0 5px rgba(26, 141, 230, 0.5);
12+
--terminal-color: #9e4de6;
13+
--terminal-bg: #1f1e1e;
14+
--terminal-glow: 0 0 5px rgba(70, 150, 211, 0.5);
1515
}
1616

1717
html {
1818
background-color: var(--terminal-bg);
1919
font-family: 'JetBrains Mono', monospace;
2020
box-sizing: border-box;
2121
font-size: 8px;
22-
padding: 15px;
22+
2323
display: flex;
2424
flex-direction: column;
2525
min-height: 100vh;

0 commit comments

Comments
 (0)