Spaces:
Running
on
Zero
Running
on
Zero
chore : update color
Browse files
app.py
CHANGED
@@ -79,6 +79,17 @@ css="""
|
|
79 |
color: #666;
|
80 |
}
|
81 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
/* ๊ธฐ๋ณธ ํ
๋ง ์์์ ํฌ์คํ
๋ ๋๋ก ๋ณ๊ฒฝ */
|
83 |
:root {
|
84 |
--primary-50: rgb(255, 240, 244);
|
@@ -98,7 +109,7 @@ css="""
|
|
98 |
with gr.Blocks(css=css, theme="soft") as demo:
|
99 |
|
100 |
with gr.Column(elem_id="col-container"):
|
101 |
-
gr.Markdown(f"""#
|
102 |
[[based on FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)]
|
103 |
""")
|
104 |
|
|
|
79 |
color: #666;
|
80 |
}
|
81 |
|
82 |
+
/* URL ๋งํฌ ์คํ์ผ */
|
83 |
+
a {
|
84 |
+
color: #C80150 !important;
|
85 |
+
text-decoration: underline !important;
|
86 |
+
transition: color 0.2s;
|
87 |
+
}
|
88 |
+
a:hover {
|
89 |
+
color: rgba(200, 1, 80, 0.85) !important;
|
90 |
+
}
|
91 |
+
|
92 |
+
|
93 |
/* ๊ธฐ๋ณธ ํ
๋ง ์์์ ํฌ์คํ
๋ ๋๋ก ๋ณ๊ฒฝ */
|
94 |
:root {
|
95 |
--primary-50: rgb(255, 240, 244);
|
|
|
109 |
with gr.Blocks(css=css, theme="soft") as demo:
|
110 |
|
111 |
with gr.Column(elem_id="col-container"):
|
112 |
+
gr.Markdown(f"""# ๐ [POSTECH] PONIX Generator
|
113 |
[[based on FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)]
|
114 |
""")
|
115 |
|