cwhuh commited on
Commit
fea2e7e
ยท
1 Parent(s): 3359d47

chore : update color

Browse files
Files changed (1) hide show
  1. app.py +12 -1
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"""# ๐ŸŒŠ [POSTECH] PONIX Generator
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